docs/integrations: add available_from placeholder for native histogram feature

Follow up on
76e0bcdf45
This commit is contained in:
Max Kotliar
2026-05-08 10:57:05 +03:00
parent 27f81ebf1d
commit 64f6c7e300

View File

@@ -71,7 +71,7 @@ which can be used as faster and less resource-hungry alternative to Prometheus.
## Native histograms
Prometheus [native histogram](https://prometheus.io/docs/specs/native_histograms/) is automatically converted
Prometheus [native histogram](https://prometheus.io/docs/specs/native_histograms/) is automatically converted{{% available_from "#" %}}
to [VictoriaMetrics histogram format](https://valyala.medium.com/improving-histogram-usability-for-prometheus-and-grafana-bc7e5df0e350) with `vmrange` labels during ingestion.
> After conversion, a native histogram is transformed into classic histograms with `_count`, `_sum`, and `_bucket` series. These series can be queried using standard histogram functions such as `histogram_quantile()`.