diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2019-01-23 12:04:57 +0100 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2019-01-23 12:07:19 +0100 |
commit | 26efcca92b010f749d98bc25e5749e1079f072ae (patch) | |
tree | 5772806924e93f2344a75f5f14e83cd13d3fdbc6 /development/grafana/datasources | |
parent | 769acc65bb4709fa36ff3cbe16994eaf88792f74 (diff) |
Add grafana to docker-compose
With default HV-VES dashboards included.
Change-Id: I8c15a2d609676218dce2e63d2a0730a359abf0af
Issue-ID: DCAEGEN2-1115
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'development/grafana/datasources')
-rw-r--r-- | development/grafana/datasources/prometheus.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/grafana/datasources/prometheus.yaml b/development/grafana/datasources/prometheus.yaml new file mode 100644 index 00000000..80717b08 --- /dev/null +++ b/development/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' |