From 36e09e63f779b5ebec4391f1a444ef214850e2fe Mon Sep 17 00:00:00 2001 From: pawel Date: Mon, 1 Jun 2020 14:23:03 +0200 Subject: Add JMeter to performance tests environment Add influxdb as datasource, add JMeter with example test scenario Issue-ID: DCAEGEN2-608 Signed-off-by: Pawel Change-Id: I55656588d8c1f6f373fd3d04a52f39834a396c81 --- performanceTests/k8s/grafana/datasource.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'performanceTests/k8s/grafana/datasource.yaml') 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 -- cgit 1.2.3-korg