about summary refs log tree commit diff homepage
path: root/utils/grafana/datasource.yml
blob: 13a61406860a8e640affe07e770c8d892f08159f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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