-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
-
3
-
False
-
-
False
-
-
-
Quarkus Docs Sprint 38
Websocket.next endpoint throwing exception on opening of connection doesn't increment count of quarkus_websockets_server_connections_opened_errors_total{uri=${ENDPOINT}} metric counter.
For example, I have a following websocket:
@WebSocket(path = "/failing") public class FailingWebsocket { @OnOpen() public void onOpen() { throw new RuntimeException("Websocket failed to open"); } . . . }
But opening a connection on it doesn't increment the counter. Same happens for the quarkus_websockets_client_connections_opened_errors_total{uri=${ENDPOINT}} counter.
- is related to
-
QUARKUS-5977 [3.20] quarkus_websockets_server_connections_opened_errors_total metric doesn't increment when exception is thrown on websocket opening
-
- To Do
-
- mentioned on