aboutsummaryrefslogtreecommitdiffstats
path: root/priv/grafana_prometheus_data_source.json
diff options
context:
space:
mode:
Diffstat (limited to 'priv/grafana_prometheus_data_source.json')
-rw-r--r--priv/grafana_prometheus_data_source.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/priv/grafana_prometheus_data_source.json b/priv/grafana_prometheus_data_source.json
new file mode 100644
index 0000000..3811d8b
--- /dev/null
+++ b/priv/grafana_prometheus_data_source.json
@@ -0,0 +1,11 @@
+{
+ "name": "Prometheus",
+ "type": "prometheus",
+ "access": "proxy",
+ "url": "http://localhost:9090",
+ "basicAuth": false,
+ "isDefault": true,
+ "jsonData": {"timeInterval": "5s"},
+ "version": 2,
+ "readOnly": false
+}