-
Notifications
You must be signed in to change notification settings - Fork 275
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
Segmented get metrics #1193
Segmented get metrics #1193
Conversation
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #1193 +/- ##
=========================================
Coverage 83.62% 83.62%
Complexity 57 57
=========================================
Files 6 6
Lines 348 348
Branches 38 38
=========================================
Hits 291 291
Misses 45 45
Partials 12 12 Continue to review full report at Codecov.
|
@@ -413,6 +413,9 @@ private static RestRequestMetricsGroup getMetricsGroupForGet(FrontendMetrics fro | |||
case Replicas: | |||
group = frontendMetrics.getReplicasMetricsGroup; | |||
break; | |||
case Segment: | |||
group = frontendMetrics.getSegmentMetricsGroup; |
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.
discussed offline. probably better to use getBlobMetricsGroup here to keep metrics grouping consistent with range requests.
No description provided.