mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 00:26:36 +03:00
docs/integrations: add available_from placeholder for native histogram feature
Follow up on
76e0bcdf45
This commit is contained in:
@@ -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()`.
|
||||
|
||||
Reference in New Issue
Block a user