We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd61aa commit 90b65c4Copy full SHA for 90b65c4
1 file changed
nri-kafka/src/Kafka/Stats.hs
@@ -134,7 +134,9 @@ brokers =
134
("buf_grow", IntType),
135
("wakeups", IntType),
136
("connects", IntType),
137
- ("disconnects", IntType)
+ ("disconnects", IntType),
138
+ -- This is an object that has custom entries. We are special casing it in metricTypeToMetric
139
+ ("req", IntType)
140
]
141
142
windowStats :: Dict Text MetricType
0 commit comments