-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Make the metrics produced by jaeger query scoped to the query compone… #1074
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1074 +/- ##
======================================
Coverage 100% 100%
======================================
Files 140 140
Lines 6622 6622
======================================
Hits 6622 6622
Continue to review full report at Codecov.
|
LGTM, but would it be possible to capture a sample of what it was before and how it looks now? |
From jaeger-query using ES storage:
and now, from all-in-one:
|
…nt, and generated for all span readers (not just ES) Signed-off-by: Gary Brown <[email protected]>
d3f360c
to
bb11536
Compare
* Revert "Make the metrics produced by jaeger query scoped to the query component, and generated for all span readers (not just ES) (#1074)" Signed-off-by: Pavol Loffay <[email protected]>
…nt, and generated for all span readers (not just ES)
Signed-off-by: Gary Brown [email protected]
Which problem is this PR solving?
Two problems:
Short description of the changes
Moved use of the span reader decorator to the
all-in-one
andquery
mains, so it wraps any span reader impl. Added namespace scope 'query' to be consistent with metrics reported for other components.