github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/grafana-integration/grafana-provisioning/datasources/datasources.yml (about) 1 --- 2 apiVersion: 1 3 4 datasources: 5 - name: Prometheus 6 type: prometheus 7 access: proxy 8 orgId: 1 9 uid: prometheus 10 url: http://prometheus:9090 11 12 - name: Pyroscope 13 type: pyroscope-datasource 14 access: proxy 15 orgId: 1 16 uid: pyroscope 17 jsonData: 18 path: http://pyroscope:4040