aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/local/grafana/datasources/prometheus.yaml
blob: 80717b080385354f30007c7c8673aa365cb49400 (plain)
1
2
3
4
5
6
7
8
9
10
11
apiVersion: 1

datasources:
- name: Prometheus
  type: prometheus
  access: proxy
  url: http://prometheus:9090
  isDefault: true
  editable: true
  jsonData:
    timeInterval: '5s'