CometD version(s) 5
Java version & vendor (use: java -version) Java 11
Question
I would like to monitor cometd client and check it's health from time to time.
Are there hooks within bayeuxclient which would help me do that ?
Ultimately want to expose metrics to Prometheus which will track the health of cometd clients.
Sometimes we have seen that some thread which receives the data messages is stuck, due to which subsequent meta connect doesn't go through. And sometimes there are errors from server which stops the client.
CometD version(s) 5
Java version & vendor
(use: java -version)Java 11Question
I would like to monitor cometd client and check it's health from time to time.
Are there hooks within bayeuxclient which would help me do that ?
Ultimately want to expose metrics to Prometheus which will track the health of cometd clients.
Sometimes we have seen that some thread which receives the data messages is stuck, due to which subsequent meta connect doesn't go through. And sometimes there are errors from server which stops the client.