-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
exporters: prometheus: add expontential (native) histogram support #6421
base: main
Are you sure you want to change the base?
Conversation
Signed CLA. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6421 +/- ##
=======================================
- Coverage 81.8% 81.8% -0.1%
=======================================
Files 283 283
Lines 24910 24942 +32
=======================================
+ Hits 20385 20405 +20
- Misses 4120 4129 +9
- Partials 405 408 +3 🚀 New features to boost your workflow:
|
4a2699c
to
1765699
Compare
Rebased PR on top of origin/main after #6433. |
Do we need a documentation update on how to use this? If there is any explicit setup required. |
Should we document how to set up a view like this? |
We could possibly update the prometheus example to showcase this. That examples folder is linked on the opentelemetry.io website. |
Almost closes 5777.
Adding native (exponential) histogram support to the Prometheus exporter. I tested it with a toy program, and the result looks good. I added a unit test.