From fab99dc456c3ffdbb38ab2200ed4ffd54d7eb042 Mon Sep 17 00:00:00 2001 From: Jan Fajerski Date: Mon, 16 Mar 2026 17:18:53 +0100 Subject: [PATCH] examples: add `scrape_native_histograms: true` to self-scrape job The minimal self-scrape config can default to native histograms. Signed-off-by: Jan Fajerski --- documentation/examples/prometheus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/examples/prometheus.yml b/documentation/examples/prometheus.yml index 9a45049c62..c3f69519bf 100644 --- a/documentation/examples/prometheus.yml +++ b/documentation/examples/prometheus.yml @@ -30,3 +30,4 @@ scrape_configs: # The label name is added as a label `label_name=` to any timeseries scraped from this config. labels: app: "prometheus" + scrape_native_histograms: true