Prometheus: Add example field for setting the scrape interval in provisioning docs (#105186)

provision Prometheus: added example field how to set the scrape interval

When using Prometheus as a datasource Grafana can optionally know the scrape interval of Prometheus. In the GUI it is easy to spot, however when provisioning the datasource the example was lacking this information.

This commit adds this missing field as an example.
pull/104836/head
cristian-caloghera 1 week ago committed by GitHub
parent 6ebf49a383
commit 0e7e0b5f29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      docs/sources/datasources/prometheus/configure/_index.md

@ -258,6 +258,7 @@ After you have provisioned a data source you cannot edit it.
prometheusVersion: 3.3.0
cacheLevel: 'High'
disableRecordingRules: false
timeInterval: 10s # Prometheus scrape interval
incrementalQueryOverlapWindow: 10m
exemplarTraceIdDestinations:
# Field with internal link pointing to data source in Grafana.

Loading…
Cancel
Save