-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for Otlp exponential histograms (#38)
Adds support for Otlp exponential histograms. This is more or less the JVM implementation of the goodmetrics_rs feature. Unit tests were grabbed from the latest main of the Rust implementation's unit tests. I also added a new sealed interface called DistributionMode so consumers can explicitly set which aggregation mode they would like to use. Considering exponential histograms are a "newer" technology, the default is set to Histogram so this new version is not a breaking change.
- Loading branch information
1 parent
20c421a
commit 81b1520
Showing
5 changed files
with
544 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.