From 680b430bc3352b7c625db31758767e3811cc6031 Mon Sep 17 00:00:00 2001 From: Lyn Nagara Date: Thu, 29 Feb 2024 15:45:44 -0800 Subject: [PATCH] ref: Metric definition This line moved to the wrong place --- arroyo/utils/metric_defs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arroyo/utils/metric_defs.py b/arroyo/utils/metric_defs.py index 52d95746..05f47ac3 100644 --- a/arroyo/utils/metric_defs.py +++ b/arroyo/utils/metric_defs.py @@ -61,6 +61,7 @@ # Time (unitless) spent in librdkafka callbacks. This metric's timings # overlap other timings, and might spike at the same time. "arroyo.consumer.callback.time", + # Time (unitless) spent in shutting down the consumer. This metric's # timings overlap other timings, and might spike at the same time. "arroyo.consumer.shutdown.time", # A regular duration metric where each datapoint is measuring the time it @@ -81,7 +82,6 @@ "arroyo.consumer.partitions_revoked.count", # How many partitions have been assigned just now. "arroyo.consumer.partitions_assigned.count", - # Time (unitless) spent in shutting down the consumer. This metric's # Consumer latency in seconds. Recorded by the commit offsets strategy. "arroyo.consumer.latency", # Counter metric for when the underlying rdkafka consumer is being paused.