shashankhs11 commented on code in PR #20292:
URL: https://github.com/apache/kafka/pull/20292#discussion_r2629414620
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/metrics/TaskMetrics.java:
##########
@@ -113,6 +115,22 @@ public static Sensor processLatencySensor(final String
threadId,
);
}
+ public static Sensor totalInputBufferBytesSensor(final String threadId,
+ final String taskId,
+ final StreamsMetricsImpl streamsMetrics) {
+ final String name = INPUT_BUFFER_BYTES_TOTAL;
+ final Sensor sensor = streamsMetrics.taskLevelSensor(threadId, taskId,
name, RecordingLevel.INFO);
Review Comment:
Yes, you're right! addressed in f170de9
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]