I was looking for the `HIGHEST_KAFKA_OFFSET_CONSUM...
# general
z
I was looking for the
HIGHEST_KAFKA_OFFSET_CONSUMED
or
HIGHEST_STREAM_OFFSET_CONSUMED
metric for monitoring stream ingestion lag, and found that it was removed as part of https://github.com/apache/incubator-pinot/issues/5359 Is there an alternative way to monitor the stream ingestion?
s
Kafka stopped exporting this metric along with the incoming messages, so we had to remove it.