-
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
Add sampler type tag to collector ingestion metrics #1576
Add sampler type tag to collector ingestion metrics #1576
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1576 +/- ##
=========================================
+ Coverage 98.8% 98.8% +<.01%
=========================================
Files 191 191
Lines 9102 9116 +14
=========================================
+ Hits 8993 9007 +14
Misses 85 85
Partials 24 24
Continue to review full report at Codecov.
|
If we have one service, "hotrod", deployed in two hosts/pods, each with a different sampler (const, ratelimiting), we'd then end up with two metrics, right? What's the impact of this PR on people who are using the previous version of this metric? |
Depending on how users have setup their dashboards, users may see the |
Do we need to be changing service.spans.received? Sampler is only defined on the root span and that's what traces.received metric is already capturing. |
Yeah you're right. The samplerType metric will only be applied to trace.received. For spans.received it will simply pass. |
@yurishkuro is there anyway to debug travis ci test failure? |
don't know if you can debug it, but the log output suggests a timeout - #1583 |
Signed-off-by: Jude Wang <[email protected]>
Signed-off-by: Jude Wang <[email protected]>
Signed-off-by: Jude Wang <[email protected]>
Signed-off-by: Jude Wang <[email protected]>
Signed-off-by: Jude Wang <[email protected]>
Signed-off-by: Jude Wang <[email protected]>
Signed-off-by: Jude Wang <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1576 +/- ##
==========================================
+ Coverage 98.8% 98.81% +<.01%
==========================================
Files 191 191
Lines 9095 9162 +67
==========================================
+ Hits 8986 9053 +67
Misses 85 85
Partials 24 24
Continue to review full report at Codecov.
|
Signed-off-by: Jude Wang <[email protected]>
Signed-off-by: Jude Wang <[email protected]>
Which problem is this PR solving?
Short description of the changes