Upload production/grafana/datasources/prometheus.yml
Browse files
production/grafana/datasources/prometheus.yml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
apiVersion: 1
|
| 2 |
+
|
| 3 |
+
datasources:
|
| 4 |
+
- name: Prometheus
|
| 5 |
+
type: prometheus
|
| 6 |
+
access: proxy
|
| 7 |
+
url: http://prometheus:9090
|
| 8 |
+
isDefault: true
|
| 9 |
+
editable: false
|