Skip to content

Commit 90b65c4

Browse files
committed
Add req to known metrics
1 parent 5cd61aa commit 90b65c4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

nri-kafka/src/Kafka/Stats.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ brokers =
134134
("buf_grow", IntType),
135135
("wakeups", IntType),
136136
("connects", IntType),
137-
("disconnects", IntType)
137+
("disconnects", IntType),
138+
-- This is an object that has custom entries. We are special casing it in metricTypeToMetric
139+
("req", IntType)
138140
]
139141

140142
windowStats :: Dict Text MetricType

0 commit comments

Comments
 (0)