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: src/lib/metrics.ts
+3-3
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ export function registerPrometheusMetrics(
271
271
272
272
dbMetrics.registerGaugeDbMetric({
273
273
name: 'unique_sdk_connections_total',
274
-
help: 'The number of unique SDK connections for the full previous hour across all instances. Available only for SDKs reporting `unleash-x-connection-id`',
274
+
help: 'The number of unique SDK connections for the full previous hour across all instances. Available only for SDKs reporting `unleash-connection-id`',
@@ -283,7 +283,7 @@ export function registerPrometheusMetrics(
283
283
284
284
dbMetrics.registerGaugeDbMetric({
285
285
name: 'unique_backend_sdk_connections_total',
286
-
help: 'The number of unique backend SDK connections for the full previous hour across all instances. Available only for SDKs reporting `unleash-x-connection-id`',
286
+
help: 'The number of unique backend SDK connections for the full previous hour across all instances. Available only for SDKs reporting `unleash-connection-id`',
@@ -295,7 +295,7 @@ export function registerPrometheusMetrics(
295
295
296
296
dbMetrics.registerGaugeDbMetric({
297
297
name: 'unique_frontend_sdk_connections_total',
298
-
help: 'The number of unique frontend SDK connections for the full previous hour across all instances. Available only for SDKs reporting `unleash-x-connection-id`',
298
+
help: 'The number of unique frontend SDK connections for the full previous hour across all instances. Available only for SDKs reporting `unleash-connection-id`',
0 commit comments