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