From 8eb84bf963d60124453829df9b45020deb8e26de Mon Sep 17 00:00:00 2001 From: Rohan Date: Tue, 21 Nov 2023 13:38:27 -0800 Subject: [PATCH] revert back to kafka.streams.topic.consumed.total Changes kafka.streams.topic.records.consumed.total back to kafka.streams.topic.consumed.total so as not to break apps using the rate based policy. --- etc/otel-jmx.config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/otel-jmx.config.yaml b/etc/otel-jmx.config.yaml index 81f310432..7ff0c980b 100644 --- a/etc/otel-jmx.config.yaml +++ b/etc/otel-jmx.config.yaml @@ -221,7 +221,7 @@ rules: topic: param(topic) mapping: records-consumed-total: - metric: kafka.streams.topic.records.consumed.total + metric: kafka.streams.topic.consumed.total type: gauge desc: the total records consumed unit: '{records}'