(Translated by https://www.hiragana.jp/)
feat(metrics): use delta value on reporting percentile metrics by SCNieh · Pull Request #1132 · AutoMQ/automq · GitHub
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): use delta value on reporting percentile metrics #1132

Merged
merged 2 commits into from
Apr 18, 2024
Merged

Conversation

SCNieh
Copy link
Contributor

@SCNieh SCNieh commented Apr 18, 2024

  1. introduced DeltaHistogram to record distribution of values, sample sequence will be reset based on reporting interval
  2. removed mean metrics for histogram type metrics, from now on mean metrics should be derived from sum and count

1. introduced DeltaHistogram to record distribution of values, sample
sequence will be reset based on reporting interval
2. removed mean
metrics for histogram type metrics, from now on mean metrics should be
derived from sum and count

Signed-off-by: Shichao Nie
<niesc@automq.com>
Signed-off-by: Shichao Nie <niesc@automq.com>
ShadowySpirits
ShadowySpirits previously approved these changes Apr 18, 2024
superhx
superhx previously approved these changes Apr 18, 2024
Signed-off-by: Shichao Nie <niesc@automq.com>
@superhx superhx merged commit a6eb8f3 into main Apr 18, 2024
6 checks passed
@superhx superhx deleted the metrics branch April 18, 2024 06:56
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.

None yet

3 participants