Skip to content

Commit 862a690

Browse files
committed
spotless
1 parent 6ea446c commit 862a690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/da-vinci-client/src/main/java/com/linkedin/davinci/stats/KafkaConsumerServiceStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public KafkaConsumerServiceStats(
104104
// In the standard pattern (ServerHttpRequestStats, etc.), .isTotalStats(true) disables
105105
// OTel on the total instance because per-store instances emit all metrics and OTel
106106
// aggregates at query time. This class is different: only 2 metrics (POLL_BYTES,
107-
// POLL_RECORD_COUNT) are per-store; the remaining 11 are recorded ONLY on the total
107+
// POLL_RECORD_COUNT) are per-store; the remaining 10 OTel metrics are recorded ONLY on the total
108108
// instance (via AggKafkaConsumerServiceStats.recordTotal*()). Disabling OTel on total
109109
// would leave those 11 metrics with no OTel representation at all. Instead, we use
110110
// totalOnlyOtelRepo (null for per-store instances) to suppress OTel on per-store

0 commit comments

Comments
 (0)