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
help: 'The number of addresses in PoR request input parameters',
358
358
labelNames: ['feed_id']asconst,
359
359
}),
360
+
wsConnectionFailoverCount: newclient.Gauge({
361
+
name: 'ws_connection_failover_count',
362
+
help: 'The number of consecutive connection issues (unresponsive/no data, abnormal closures), used to trigger URL failover. Resets to 0 when data flows successfully.',
0 commit comments