infrastructure/roles/monitoring/templates/prometheus/datasource.yml.j2
Saibotk 693184bd7c
refactor!(monitoring): Replace monitoring with monitoring_ng
Not much changed regarding variable names, only the role name changed.
2024-08-14 02:04:32 +02:00

21 lines
472 B
Django/Jinja

{{ 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