k8s.io/perf-tests/clusterloader2@v0.0.0-20240304094227-64bdb12da87e/pkg/prometheus/manifests/grafana-dashboardDatasources.yaml (about) 1 apiVersion: v1 2 kind: Secret 3 metadata: 4 name: grafana-datasources 5 namespace: monitoring 6 type: Opaque 7 stringData: 8 prometheus.yaml: |- 9 { 10 "apiVersion": 1, 11 "datasources": [ 12 { 13 "access": "proxy", 14 "editable": true, 15 "name": "prometheus", 16 "orgId": 1, 17 "type": "prometheus", 18 "url": "http://prometheus-k8s.monitoring.svc:9090", 19 "version": 1, 20 "jsonData": { 21 "timeInterval": "5s", 22 }, 23 } 24 ] 25 }=