-
Hey, I'm wonder if strimzi has latency metric for create Kafka related resources for example kafka connect and connector. :) I didn't find related document and metrics from strimzi doc, sorry if I missed something. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is a reconciliation time metric, which describes how long the reconciliations are taking. But the operator in general does not distinguish between brand new deployment and just checking/updating existing deployment (not just in the metric but in the code in general). So not sure sure it is exactly what you are looking for, but there is probably nothing else. |
Beta Was this translation helpful? Give feedback.
There is a reconciliation time metric, which describes how long the reconciliations are taking. But the operator in general does not distinguish between brand new deployment and just checking/updating existing deployment (not just in the metric but in the code in general). So not sure sure it is exactly what you are looking for, but there is probably nothing else.