# Grafana datasources provisioned as code (dev↔prod parity). All reach # the collectors by Docker DNS (compose service names) on # galaxy-dev-internal. apiVersion: 1 datasources: - name: Prometheus type: prometheus access: proxy uid: prometheus url: http://galaxy-prometheus:9090 isDefault: true - name: Loki type: loki access: proxy uid: loki url: http://galaxy-loki:3100 - name: Tempo type: tempo access: proxy uid: tempo url: http://galaxy-tempo:3200