22 lines
472 B
Text
22 lines
472 B
Text
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
apiVersion: 1
|
||
|
|
||
|
datasources:
|
||
|
- name: Prometheus
|
||
|
type: prometheus
|
||
|
access: proxy
|
||
|
url: 'http://prometheus:9090'
|
||
|
isDefault: true
|
||
|
editable: false
|
||
|
jsonData:
|
||
|
timeout: 60
|
||
|
manageAlerts: true
|
||
|
httpMethod: POST
|
||
|
prometheusType: Prometheus
|
||
|
prometheusVersion: 2.50.0
|
||
|
cacheLevel: 'Low'
|
||
|
disableRecordingRules: false
|
||
|
incrementalQuerying: true
|
||
|
incrementalQueryOverlapWindow: 10m
|