Skip to content

Commit 177e38e

Browse files
update help message
1 parent 4592893 commit 177e38e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/core/src/worker_metrics

crates/core/src/worker_metrics/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ metrics_group!(
2626
pub ws_clients_aborted: IntGaugeVec,
2727

2828
#[name = spacetime_worker_ws_clients_closed_connection]
29-
#[help = "Number of ws connections closed by the client"]
29+
#[help = "Number of ws client connections closed by the client as opposed to being termiated by the server"]
3030
#[labels(database_identity: Identity)]
3131
pub ws_clients_closed_connection: IntGaugeVec,
3232

0 commit comments

Comments
 (0)