-
Bug
-
Resolution: Unresolved
-
Major
-
3.20.0.CR1, 3.20.3.GA
-
False
-
-
False
-
+
-
-
-
---
-
-
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 cloned by
-
QUARKUS-6640 [3.27] quarkus_websockets_server_connections_opened_errors_total metric doesn't increment when exception is thrown on websocket opening
-
- New
-
- is triggered by
-
QUARKUS-5667 Integrate Micrometer with WebSockets Next
-
- Closed
-
- relates to
-
QDOCS-1163 [Release Notes: Known issue]quarkus_websockets_server_connections_opened_errors_total metric doesn't increment when exception is thrown on websocket opening
-
- Closed
-
- links to