šŸŽ New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Prometheus 3.0 Released: Native Histograms and UTF-8 Metric Names

Prometheus 3.0 Released: Native Histograms and UTF-8 Metric Names

The Prometheus project has released version 3.0, the first major version bump in over 8 years, bringing fundamental improvements to the monitoring ecosystem.

Native Histograms

Native histograms replace the traditional bucket-based histograms with exponential histograms that provide:

  • Better accuracy — Accurate percentile calculations without pre-configured bucket boundaries
  • Lower storage — 10x less storage for histogram data
  • Fewer time series — One series per histogram instead of one per bucket
  • Dynamic resolution — Automatically adapts precision based on observed values

UTF-8 Metric Names

Prometheus 3.0 supports UTF-8 characters in metric names, enabling direct ingestion of OpenTelemetry metrics with dots and other characters without translation.

Other Improvements

  • New React UI — Completely rebuilt web interface with better query builder and visualization
  • OTLP Native Support — Native OpenTelemetry Protocol ingestion without exporters
  • Remote Write 2.0 — More efficient wire format with compression improvements

Migration from Prometheus 2.x is straightforward — existing data and configurations are compatible with minimal changes.

Share this article:
Dargslan Editorial Team (Dargslan)
About the Author

Dargslan Editorial Team (Dargslan)

Collective of Software Developers, System Administrators, DevOps Engineers, and IT Authors

Dargslan is an independent technology publishing collective formed by experienced software developers, system administrators, and IT specialists.

The Dargslan editorial team works collaboratively to create practical, hands-on technology books focused on real-world use cases. Each publication is developed, reviewed, and...

Programming Languages Linux Administration Web Development Cybersecurity Networking

Stay Updated

Subscribe to our newsletter for the latest tutorials, tips, and exclusive offers.