Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement methods to cluster URL into low-cardinality #267

Closed
dxsup opened this issue Jun 24, 2022 · 1 comment
Closed

Implement methods to cluster URL into low-cardinality #267

dxsup opened this issue Jun 24, 2022 · 1 comment
Assignees

Comments

@dxsup
Copy link
Member

dxsup commented Jun 24, 2022

Some users reported that the metrics kindling_entity_request_xxx contains a high-cardinality label request_content when the protocol is http. In this case, request_content represents the URL without parameters of the HTTP requests.

image

Since the URL could be changed a lot, there will be a mount of timeseries stored in the kindling-collector and these metrics will cause a lot of load on the memory of it and Prometheus. We should work around this issue to improve the stability of Kindling.

@dxsup
Copy link
Member Author

dxsup commented Jun 27, 2022

Closed by #268

@dxsup dxsup closed this as completed Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant