How do I create a SLO for this kafka metrics #1250
Unanswered
rameshpitchaiah
asked this question in
Q&A
Replies: 1 comment
-
You don't need to write any PromQL to select the time series you want the SLO to be for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to check the Kafka active controller count should be 1.
This the metric
sum(kafka_controller_kafkacontroller_activecontrollercount)==1
I was getting an error when I tried bool_guage with the above metrics
Error:
Beta Was this translation helpful? Give feedback.
All reactions