# Grafana provisioning — Prometheus datasource # Mount this file to /etc/grafana/provisioning/datasources/prometheus.yml apiVersion: 1 datasources: - name: Prometheus type: prometheus access: proxy url: http://prometheus:9090 isDefault: true editable: false uid: prometheus jsonData: timeInterval: "60s" queryTimeout: "30s" httpMethod: POST