diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-06-11 20:39:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-11 20:39:21 +0000 |
commit | 4529faa9cdbc16209cbca24a964d709552c9fe2d (patch) | |
tree | 16d414397a7232e196219a47230c5cef48bc3bdf /performanceTests/k8s/grafana/datasource.yaml | |
parent | 85e7a08c4b64fcd832387a9d5b80b7f4624a3afd (diff) | |
parent | 3b6ba181623e844d5012362209d2f29616315395 (diff) |
Merge "Add CPU/RAM measurements collection"
Diffstat (limited to 'performanceTests/k8s/grafana/datasource.yaml')
-rw-r--r-- | performanceTests/k8s/grafana/datasource.yaml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/performanceTests/k8s/grafana/datasource.yaml b/performanceTests/k8s/grafana/datasource.yaml index 83c44869..06deb347 100644 --- a/performanceTests/k8s/grafana/datasource.yaml +++ b/performanceTests/k8s/grafana/datasource.yaml @@ -32,7 +32,7 @@ data: url: http://prometheus-service:8080 access: proxy isDefault: true - influxdbDatasource.yaml: |- + jmeterDatasource.yaml: |- apiVersion: 1 datasources: - name: jmeter @@ -42,4 +42,15 @@ data: access: proxy editable: true jsonData: + timeInterval: '5s' + jmeterVMDatasource.yaml: |- + apiVersion: 1 + datasources: + - name: jmeterVM + type: influxdb + database: collectd + url: http://influxdb-service:8086 + access: proxy + editable: true + jsonData: timeInterval: '5s'
\ No newline at end of file |