I have this code:
@Timed(value = "kafka.consumed.messages")
@KafkaListener...
public void consume(...)
But I doesn't see this metric in prometheus, but I also have a Timer, which is shown in prometheus, how can I fixe it?
I have this code:
@Timed(value = "kafka.consumed.messages")
@KafkaListener...
public void consume(...)
But I doesn't see this metric in prometheus, but I also have a Timer, which is shown in prometheus, how can I fixe it?