Add Grafana monitoring stack with gNMI telemetry and Network Weathermap #17
12
monitoring/grafana/provisioning/datasources/prometheus.yml
Normal file
12
monitoring/grafana/provisioning/datasources/prometheus.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: 1
|
||||||
|
|
||||||
|
datasources:
|
||||||
|
- name: Prometheus
|
||||||
|
type: prometheus
|
||||||
|
access: proxy
|
||||||
|
url: http://prometheus:9090
|
||||||
|
isDefault: true
|
||||||
|
editable: true
|
||||||
|
jsonData:
|
||||||
|
timeInterval: "10s"
|
||||||
|
httpMethod: POST
|
||||||
Reference in New Issue
Block a user