---
title: "Modernizing Prometheus: Native Storage for Composite Types"
url: https://daily.dev/posts/modernizing-prometheus-native-storage-for-composite-types-5wek1zy0d
source_url: https://prometheus.io/blog/2026/02/14/modernizing-prometheus-composite-samples/
type: article
source: "Prometheus"
published: 2026-02-14T14:33:28.611Z
updated: 2026-02-14T14:33:53.626Z
tags: ["monitoring", "prometheus"]
reading_time: 11
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Modernizing Prometheus: Native Storage for Composite Types

**[Prometheus](https://daily.dev/sources/prometheus)** · 11 min read · 2 upvotes · 0 comments

## Summary

Prometheus is shifting from storing composite metrics (histograms, summaries) as multiple primitive float samples to native composite samples in its TSDB. This architectural change improves efficiency by 30%+, enables transactionality across metric components, and simplifies the data model. The migration includes native histogram custom buckets (NHCB), upcoming native summaries and statesets, OpenMetrics 2.0 with composite values, and Remote Write 2.0 support. Compatibility modes will allow transparent migration by expanding native types back to classic representation for existing PromQL queries and consumers.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://prometheus.io/blog/2026/02/14/modernizing-prometheus-composite-samples/>

## Similar posts on daily.dev

- [Prometheus 3.0: The Biggest Update in 7 Years — and How GreptimeDB Adapted](https://daily.dev/posts/prometheus-3-0-the-biggest-update-in-7-years-and-how-greptimedb-adapted-wnlgtz7dw) · ITNEXT · 0 upvotes · 0 comments
- [Flipkart Scales Prometheus to 80 Million Metrics Using Hierarchical Federation](https://daily.dev/posts/flipkart-scales-prometheus-to-80-million-metrics-using-hierarchical-federation-gtlyka6gs) · InfoQ · 0 upvotes · 0 comments
- [Prometheus and OpenTelemetry finally play nice](https://daily.dev/posts/prometheus-and-opentelemetry-finally-play-nice-2lupjc8qw) · The New Stack · 0 upvotes · 0 comments

---

Tags: [#monitoring](https://daily.dev/tags/monitoring), [#prometheus](https://daily.dev/tags/prometheus)

[View this post on daily.dev](https://daily.dev/posts/modernizing-prometheus-native-storage-for-composite-types-5wek1zy0d)
