Skip to content

Commit bd6e781

Browse files
[fix] Make websocket metrics module agnostic
1 parent 6095831 commit bd6e781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/markdown/translated-guides/en/02 Using k6/02 Metrics/000-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ Apart from the usual HTTP specific metrics that k6 already tracks, the browser m
9696
| ws_session_duration | Trend | Duration of the WebSocket session. Time between the start of the connection and the end of the VU execution. |
9797
| ws_sessions | Counter | Total number of started WebSocket sessions. |
9898
| ws_ping | Trend | Duration between a ping request and its pong reception |
99-
| ws_msgs_sent | Counter | Total number of messages sent through [Socket.send(data)](/javascript-api/k6-ws/socket/socket-send) |
100-
| ws_msgs_received | Counter | Total number of messages received |
99+
| ws_msgs_sent | Counter | Total number of messages sent |
100+
| ws_msgs_received | Counter | Total number of received messages |
101101

102102
## Built-in gRPC metrics {#grpc}
103103

0 commit comments

Comments
 (0)