We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c8924 commit 61b8ebfCopy full SHA for 61b8ebf
nri-kafka/src/Kafka/Stats.hs
@@ -193,6 +193,7 @@ partitions =
193
("app_offset", IntGaugeType),
194
("stored_offset", IntGaugeType),
195
("committed_offset", IntGaugeType),
196
+ ("commited_offset", IntGaugeType),
197
("eof_offset", IntGaugeType),
198
("lo_offset", IntGaugeType),
199
("hi_offset", IntGaugeType),
0 commit comments