From 728ca6351b290a15cb7fec07f56e0752f7addd70 Mon Sep 17 00:00:00 2001 From: kjaniak Date: Tue, 24 Sep 2019 09:46:24 +0200 Subject: Add partition offset metric to each topic partition Before this commit offset consumer was able to fetch offset just from one partition. This commit solve this. Change-Id: I2c2c300219e43ab422b237094ad775ca8795169e Issue-ID: DCAEGEN2-1783 Signed-off-by: kjaniak --- tools/performance/local/grafana/dashboards/performance_tests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/performance/local') diff --git a/tools/performance/local/grafana/dashboards/performance_tests.json b/tools/performance/local/grafana/dashboards/performance_tests.json index 3784a961..654fdc36 100644 --- a/tools/performance/local/grafana/dashboards/performance_tests.json +++ b/tools/performance/local/grafana/dashboards/performance_tests.json @@ -191,7 +191,7 @@ "tableColumn": "", "targets": [ { - "expr": "hv_kafka_consumer_consumer_offset_topic", + "expr": "hv_kafka_consumer_offset_partition_hv_ves_perf3gpp_0", "format": "time_series", "intervalFactor": 1, "refId": "A" @@ -200,7 +200,7 @@ "thresholds": "", "timeFrom": null, "timeShift": null, - "title": "Current offset", + "title": "Current offset on partition 0", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ -- cgit 1.2.3-korg