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 <jfajersk@redhat.com>
This commit is contained in:
Jan Fajerski 2026-03-16 17:18:53 +01:00
parent c669470f07
commit fab99dc456

View file

@ -30,3 +30,4 @@ scrape_configs:
# The label name is added as a label `label_name=<label_value>` to any timeseries scraped from this config.
labels:
app: "prometheus"
scrape_native_histograms: true