stacks/monitoring/grafana/datasources/prometheus.yaml

# stacks/monitoring/grafana/datasources/prometheus.yaml
# Provisioned on startup. Editable: false so the UI cannot drift from git.

apiVersion: 1

datasources:
  - name: Prometheus
    type: prometheus
    access: proxy
    uid: prom-homelab
    url: http://prometheus:9090
    isDefault: true
    editable: false
    jsonData:
      timeInterval: 30s
      httpMethod: POST
      queryTimeout: 60s
      manageAlerts: false
      prometheusType: Prometheus
      prometheusVersion: 2.53.0
      exemplarTraceIdDestinations: []
    version: 3