about summary refs log tree commit diff homepage
path: root/utils/grafana/datasource.yml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/grafana/datasource.yml')
-rw-r--r--utils/grafana/datasource.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/grafana/datasource.yml b/utils/grafana/datasource.yml
new file mode 100644
index 00000000..e568c326
--- /dev/null
+++ b/utils/grafana/datasource.yml
@@ -0,0 +1,16 @@
+# config file version
+apiVersion: 1
+
+datasources:
+  # <string, required> name of the datasource. Required
+- name: Klee Stats
+  # <string, required> datasource type. Required
+  type: grafana-simple-json-datasource
+  # <string, required> access mode. proxy or direct (Server or Browser in the UI). Required
+  access: proxy
+  # <string> url
+  url: http://localhost:5000
+  # <bool> mark as default datasource. Max one per org
+  isDefault: true
+  # <bool> allow users to edit datasources from the UI.
+  editable: true