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

how to close http_client_* metrics ? #3927

Closed
zmapleshine opened this issue Aug 24, 2021 · 0 comments · Fixed by #3972
Closed

how to close http_client_* metrics ? #3927

zmapleshine opened this issue Aug 24, 2021 · 0 comments · Fixed by #3972
Labels
enhancement New feature or request

Comments

@zmapleshine
Copy link
Contributor

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.

I am testing 1.5.x version of the agent.I found that http requests will generate a metrics of summary named 'http_client_duration',but these metrics contains too much label, which will significantly increase the cardinality of the labels and have a devastating impact on the indicator storage system !!!

http_client_duration{http_method="GET",http_scheme="http",http_url="http://127.0.0.1:8500/v1/catalog/services?wait=2s&index=292232&token=",net_peer_port="8500",http_target="/v1/catalog/services?wait=2s&index=292232&token=",net_transport="ip_tcp",net_peer_name="127.0.0.1",quantile="100.0",} 2170.884239

Describe the solution you'd like

I wish to close some labels or disable this indicators

Describe alternatives you've considered
none
Additional context
Add any other context or screenshots about the feature request here.

@zmapleshine zmapleshine added the enhancement New feature or request label Aug 24, 2021
This was referenced Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant