diff options
author | Izabela Zawadzka <izabela.zawadzka@nokia.com> | 2019-07-16 08:12:32 +0200 |
---|---|---|
committer | Izabela Zawadzka <izabela.zawadzka@nokia.com> | 2019-07-17 10:02:20 +0200 |
commit | bc9692310ada044194f67ee7ddd13a696354c8c3 (patch) | |
tree | 6b37607220733a8b60abca466d0ccf23ae766245 /tools/performance/local/grafana/datasources | |
parent | a313a7fb4ba81e960397ec432ce02c28804a44b4 (diff) |
Setup grafana for local performance tests
Signed-off-by: Izabela Zawadzka <izabela.zawadzka@nokia.com>
Issue-ID: DCAEGEN2-1666
Change-Id: I49bfccd30e4089a30a235957d3f1a404bfba5e76
Diffstat (limited to 'tools/performance/local/grafana/datasources')
-rw-r--r-- | tools/performance/local/grafana/datasources/prometheus.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/performance/local/grafana/datasources/prometheus.yaml b/tools/performance/local/grafana/datasources/prometheus.yaml new file mode 100644 index 00000000..80717b08 --- /dev/null +++ b/tools/performance/local/grafana/datasources/prometheus.yaml @@ -0,0 +1,11 @@ +apiVersion: 1 + +datasources: +- name: Prometheus + type: prometheus + access: proxy + url: http://prometheus:9090 + isDefault: true + editable: true + jsonData: + timeInterval: '5s' |