# Arcline OS — Grafana datasource provisioning (server edition) # Grafana is installed from the upstream apt repo (see configure-system.sh / # docs/observability.md). These files auto-provision on first start. apiVersion: 1 datasources: - name: Prometheus type: prometheus access: proxy url: http://localhost:9090 isDefault: true editable: false - name: Loki type: loki access: proxy url: http://localhost:3100 isDefault: false editable: false