You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference-tables/metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
| wsConnectionAttempt | Counter | The number of open connection attempts ||
36
36
| wsConnectionClosures | Counter | The number of connection closures | - url<br>- code |
37
37
| wsConnectionErrors | Counter | The number of connection errors | - message |
38
-
| wsConnectionFailoverCount | Gauge | The number of consecutive unresponsive connection detections (no data for WS_SUBSCRIPTION_UNRESPONSIVE_TTL), used to trigger URL failover | - transport_name|
38
+
| wsConnectionFailoverCount | Gauge | The number of consecutive unresponsive connection detections (no data for WS_SUBSCRIPTION_UNRESPONSIVE_TTL), used to trigger URL failover | - transport_name<br>- url|
39
39
| wsMessageTotal | Counter | The number of messages sent in total | - feed_id<br>- subscription_key<br>- direction |
40
40
| wsSubscriptionActive | Gauge | The number of currently active subscriptions | - feed_id<br>- subscription_key |
41
41
| wsSubscriptionTotal | Counter | The number of subscriptions opened in total | - feed_id<br>- subscription_key |
0 commit comments