[metricbeat][zookeeper][mntr] Metricbeat Zookeeper MNTR metricset should surface when mntr probe fails with instance is not currently serving requests #22846
Labels
enhancement
Metricbeat
Metricbeat
module
Stalled
Team:Service-Integrations
Label for the Service Integrations team
Describe the enhancement:
The Zookeeper MNTR metricset should surface a response into the resulting event when Zookeeper MNTR probe response is:
This ZooKeeper instance is not currently serving requests
which occurs when the Zookeeper node itself is still up but quorum has been lost.
Currently the resulting event from such a probe contains no response and is more or less blank of useful data indicating what the node is doing:
Compared to an event where Zookeeper mntr probe is down from the port being closed where we at least get an informative error message:
The fix for this might be as easy as throwing the
This ZooKeeper instance is not currently serving requests
message into theerror.message
field to surface it.Describe a specific use case for the enhancement or feature:
For monitoring Zookeeper with MNTR, highlighting that a node has failed quorum is really something you want to know about.
The text was updated successfully, but these errors were encountered: