# Grafana 数据源 provisioning apiVersion: 1 datasources: - name: Prometheus type: prometheus uid: prometheus access: proxy url: http://prometheus:9090 isDefault: true editable: false jsonData: timeInterval: "15s" httpMethod: POST manageAlerts: false - name: Loki type: loki uid: loki access: proxy url: http://loki:3100 editable: false jsonData: maxLines: 1000