Skip to content

Instantly share code, notes, and snippets.

@perebaj
Last active May 4, 2025 22:57
# Histograms
# References
- Developer Guide Prometheus Native Histograms
- https://docs.google.com/document/d/1VhtB_cGnuO2q_zqEMgtoaLDvJ_kFSXRXoE0Wo74JlSY/edit?tab=t.0#heading=h.ddnr5f52iyta
- Exponential Histograms Open telemetry documentation https://opentelemetry.io/blog/2023/exponential-histograms/
- Using OpenTelemetry’s Exponential Histograms in Prometheus - Ruslan Kovalov & Ganesh Vernekar
- https://www.youtube.com/watch?v=W2_TpDcess8&ab_channel=CNCF%5BCloudNativeComputingFoundation%5D
- https://dyladan.me/histograms/2023/05/04/exponential-histograms/
- Exponential Histograms more details
- Exponential Histograms https://opentelemetry.io/docs/specs/otel/metrics/data-model/#exponentialhistogram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment