Files
hermes-skills/skills/devops/ops-portal-and-collector/templates/grafana-datasource.yml
T

17 lines
392 B
YAML

# 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