infrastructure/roles/monitoring/templates/loki/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

15 lines
256 B
Django/Jinja

{{ ansible_managed | comment }}
apiVersion: 1
datasources:
- name: Loki
type: loki
access: proxy
url: 'http://loki:3100'
isDefault: false
editable: false
jsonData:
timeout: 60
manageAlerts: true
maxLines: 1000