aboutsummaryrefslogtreecommitdiffstats
path: root/priv
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-20 12:15:43 +0200
committerLoïc Hoguin <[email protected]>2018-04-20 12:15:43 +0200
commit281b412eea700902562615ce0be693fe087e1f14 (patch)
treeb34af6282a422c9e9f17964d5101860d2b6c0bb8 /priv
parent9fb9738884c0bbd21716a587ef2fc51b6ef9d5d4 (diff)
downloadci-281b412eea700902562615ce0be693fe087e1f14.tar.gz
ci-281b412eea700902562615ce0be693fe087e1f14.tar.bz2
ci-281b412eea700902562615ce0be693fe087e1f14.zip
Add the prometheus/grafana container script
It only creates an environment looking at Grafana and Prometheus themselves. More will be added as load testing environments get created.
Diffstat (limited to 'priv')
-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
+}