🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now β†’
Menu

Categories

Prometheus 3.2 Released: Native Histograms GA and UTF-8 Label Names

Prometheus 3.2 Released: Native Histograms GA and UTF-8 Label Names

The Prometheus project has released version 3.2, marking several experimental features as production-ready after years of iteration.

Native Histograms GA

Native histograms β€” sparse, high-resolution histograms with exponential bucketing β€” are now GA. They require 10-20x less storage than equivalent classic histograms while providing much better quantile accuracy. Client libraries in Go, Java, Python, and Rust all ship with stable native histogram support.

UTF-8 Label Names

Label names can now contain arbitrary UTF-8 characters, enabled by default. This dramatically eases OpenTelemetry interoperability: semantic conventions like http.request.method no longer require sanitization to http_request_method. PromQL supports quoted label syntax for non-legacy names.

Remote Write Improvements

Remote Write 2.0 (symbol table-based) is now the default when both sender and receiver support it, reducing network bandwidth by 30-60%. Protobuf definitions are backwards compatible with 1.x receivers.

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.