Skip to content
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

Merged
merged 5 commits into from
Jun 17, 2019
Merged

Segmented get metrics #1193

merged 5 commits into from
Jun 17, 2019

Conversation

dharju
Copy link
Contributor

@dharju dharju commented Jun 17, 2019

No description provided.

@dharju dharju requested review from cgtz and zzmao June 17, 2019 19:24
Copy link
Contributor

@zzmao zzmao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-io
Copy link

codecov-io commented Jun 17, 2019

Codecov Report

Merging #1193 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c9a38d...f13ac4f. Read the comment docs.

@@ -413,6 +413,9 @@ private static RestRequestMetricsGroup getMetricsGroupForGet(FrontendMetrics fro
case Replicas:
group = frontendMetrics.getReplicasMetricsGroup;
break;
case Segment:
group = frontendMetrics.getSegmentMetricsGroup;
Copy link
Contributor

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.

@cgtz cgtz merged commit af857f7 into linkedin:master Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants