-
Notifications
You must be signed in to change notification settings - Fork 809
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
Better trace op names for querier #1006
Better trace op names for querier #1006
Conversation
What's the justification for this change? The different strings don't seem that much better that it warrants 47 extra lines of code. |
Well having |
I wonder if we can use https://github.com/weaveworks/common/blob/master/middleware/instrument.go#L66 to correct label the traces, as we do with the labels in the histograms? |
Maybe a screen-grab would help? I can't recall ever having a problem with metrics calls interspersed. |
2bd5148
to
1d720f3
Compare
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1d720f3
to
5485c3f
Compare
Updated the vendoring to use upstream. Should just work now. Good to take a look. |
LGTM - lets test in dev first before merging though. |
DON'T MERGE, depends on weaveworks/common#126It separates the
/metrics
calls from queries now.