-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add relabeling setting to add label only to response count metric #128
Add relabeling setting to add label only to response count metric #128
Conversation
There has not been any activity to this pull request in the last 30 days. It will automatically be closed after 7 more days. Remove the |
No, not |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally getting to this, sorry for the long wait 🙄
👍 in general from me. I've made a suggestion for a tiny possible optimization. Also, could you possibly add some tests for this feature? I personally don't have any use case for this feature and probably won't notice if I accidentally break it in future releases. 🤷
Dynamic relabeling can potentially result in a lot of time series being collected, especially related to the response and upstreams time histograms. This change is intended to allow collecting more detailed information on response count without the side effect of adding more dimensions to the other metrics.
f3f2c94
to
3c90389
Compare
Code Climate has analyzed commit 3c90389 and detected 0 issues on this pull request. View more on Code Climate. |
There has not been any activity to this pull request in the last 30 days. It will automatically be closed after 7 more days. Remove the |
Sorry for the lack of attention. I'll give this PR another look shortly. |
Finally got around to have a detailed look at this -- merged 🎉 (I pushed a few minor nitpicks on top of your branch myself). 👍 Thanks for the contribution and again sorry for the wait. |
Dynamic relabeling can potentially result in a lot of time series being collected, especially related to the response and upstreams time histograms.
This change is intended to allow collecting more detailed information on response count without the side effect of adding more dimensions to the other metrics.
I hope this is something that you may find useful. Basically my first time writing any Go code, so you are very welcome to propose improvements to the code.