19 lines
No EOL
481 B
YAML
19 lines
No EOL
481 B
YAML
# Configuration file version
|
|
apiVersion: 1
|
|
prune: true
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://localhost:9090
|
|
jsonData:
|
|
httpMethod: POST
|
|
manageAlerts: true
|
|
allowAsRecordingRulesTarget: true
|
|
prometheusType: Prometheus
|
|
prometheusVersion: 3.3.0
|
|
cacheLevel: 'High'
|
|
disableRecordingRules: false
|
|
timeInterval: 10s # Prometheus scrape interval
|
|
incrementalQueryOverlapWindow: 10m |