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

Update prom metrics to support ENG-51 renaming #305

Merged
merged 4 commits into from
Aug 16, 2021

Conversation

rstarmer
Copy link
Contributor

All metrics are now averages, except explicit "total" metrics
main_pod_average metric is removed
Requires updates to template to ensure matching metric names
dev2.3 rc live-traffic template being updated to match

All metrics are now averages, except explicit "total" metrics
main_pod_average metric is removed
Requires updates to template to ensure matching metric names
dev2.3 rc live-traffic template being updated to match
@linear
Copy link

linear bot commented Jul 30, 2021

Copy link
Contributor

@linkous8 linkous8 left a comment

Choose a reason for hiding this comment

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

ENG-51 requirements are addressed, LGTM

Copy link
Contributor

@DanielHHowell DanielHHowell left a comment

Choose a reason for hiding this comment

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

Internal consistency achieved

@blakewatters
Copy link
Contributor

Hold up -- why would you want to average this? Instead of summing the metrics to produce the true request rate you are now averaging it. The value you are producing is no longer the request rate -- the only way to get that value is to sum up all of the instances to aggregate them. These changes make values that were being reported accurately and semantically aligned with the metric name into one that is not.

If you need averages why not leave the average metrics in place? Why is this in any way necessary and a good idea?

Copy link
Contributor

@blakewatters blakewatters left a comment

Choose a reason for hiding this comment

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

I don't understand this. Explain further but not merging atm

@rstarmer
Copy link
Contributor Author

rstarmer commented Aug 9, 2021 via email

@linkous8 linkous8 merged commit 1b375e5 into main Aug 16, 2021
@linkous8 linkous8 deleted the robert/eng-51-design-improved-naming-for-existing branch August 16, 2021 19:35
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