mirror of
https://github.com/prometheus/prometheus.git
synced 2026-07-15 20:13:08 -04:00
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:
parent
c669470f07
commit
fab99dc456
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue