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

feat(metrics): collect full etcd histogram metrics #3130

Merged
merged 1 commit into from Jul 5, 2023

Conversation

swiatekm-sumo
Copy link
Contributor

We currently only collect the _bucket parts of some etcd histogram metrics. This is a historical holdover that doesn't make much sense, as the whole histogram is significantly more useful, and we save very little DPM this way.

With this PR, we collect the full histograms.

Checklist

  • Changelog updated or skip changelog label added
  • Integration tests added or modified for major features

@swiatekm-sumo swiatekm-sumo requested a review from a team as a code owner July 4, 2023 13:52
Copy link
Contributor

@sumo-drosiek sumo-drosiek left a comment

Choose a reason for hiding this comment

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

Could you provide example
nvm, count and sum are just single values

@swiatekm-sumo swiatekm-sumo merged commit f24c896 into main Jul 5, 2023
39 checks passed
@swiatekm-sumo swiatekm-sumo deleted the feat/metrics/full-etcd-histograms branch July 5, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants