8000 Histogram metric computes 1,5,15 min rates incorrectly · Issue #227 · ucbrise/clipper · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Histogram metric computes 1,5,15 min rates incorrectly #227

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.

8000

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

Closed
dcrankshaw opened this issue Jun 23, 2017 · 1 comment
Closed

Histogram metric computes 1,5,15 min rates incorrectly #227

dcrankshaw opened this issue Jun 23, 2017 · 1 comment
Assignees

Comments

@dcrankshaw
Copy link
Contributor

There is a bug in the way the the metrics::Histogram computes the running rates. For example, with a steady workload of ~850 qps, the histogram reports the following rates:

              "internal:aggregate_model_throughput": {
                  "unit": "events per second",
                  "rate": "862.38770176081448",
                  "rate_1min": "4009.4179095954541",
                  "rate_5min": "11650.076397861654",
                  "rate_15min": "13916.713327875257"
              }
          }
@Corey-Zumar
Copy link
Contributor

PR out for a fix: #228

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0