-
Notifications
You must be signed in to change notification settings - Fork 824
Summary based on HdrHistogram #605
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
Conversation
…togram Signed-off-by: Vitaly Lavrov <lavrovvv@gmail.com>
060ea36 to
82f652c
Compare
brian-brazil
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's several unrelated changes in here, please keep the diff minimal with such a large change.
benchmark/src/main/java/io/prometheus/benchmark/SummaryBenchmark.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Live 72 needs updating.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if someone has multiple different error values?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maximum value will be chosen.
simpleclient_common/src/test/java/io/prometheus/client/exporter/common/TextFormatTest.java
Outdated
Show resolved
Hide resolved
simpleclient/src/test/java/io/prometheus/client/SummaryTest.java
Outdated
Show resolved
Hide resolved
simpleclient/src/main/java/io/prometheus/client/TimeWindowQuantiles.java
Outdated
Show resolved
Hide resolved
simpleclient/src/main/java/io/prometheus/client/TimeWindowQuantiles.java
Outdated
Show resolved
Hide resolved
c7360c1 to
5b86037
Compare
Signed-off-by: Vitaly Lavrov <lavrovvv@gmail.com>
5b86037 to
b7b696a
Compare
Signed-off-by: Vitaly Lavrov <lavrovvv@gmail.com>
19c321a to
2592f88
Compare
Signed-off-by: Vitaly Lavrov <lavrovvv@gmail.com>
This work supersedes #484. The main difference is that HdrHistogram implementation is copy-pasted as is to remove external dependency.