diff options
Diffstat (limited to 'performanceTests/k8s/grafana/datasource.yaml')
-rw-r--r-- | performanceTests/k8s/grafana/datasource.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/performanceTests/k8s/grafana/datasource.yaml b/performanceTests/k8s/grafana/datasource.yaml index f9cc9e85..83c44869 100644 --- a/performanceTests/k8s/grafana/datasource.yaml +++ b/performanceTests/k8s/grafana/datasource.yaml @@ -32,3 +32,14 @@ data: url: http://prometheus-service:8080 access: proxy isDefault: true + influxdbDatasource.yaml: |- + apiVersion: 1 + datasources: + - name: jmeter + type: influxdb + database: jmeter + url: http://influxdb-service:8086 + access: proxy + editable: true + jsonData: + timeInterval: '5s'
\ No newline at end of file |