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/data/relay_metrics.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -415,14 +415,6 @@
415
415
"description": "The total storage cost of metric buckets in Relay's metrics aggregator.\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).\n- `namespace`: The namespace of the metric.",
416
416
"features": []
417
417
},
418
-
{
419
-
"type": "Gauge",
420
-
"name": "metrics.buckets.delay.max",
421
-
"description": "Maximum delay of a metric bucket in seconds.\n\nThe maximum is measured from initial creation of the bucket in an internal Relay\nuntil it is produced to Kafka.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
422
-
"features": [
423
-
"processing"
424
-
]
425
-
},
426
418
{
427
419
"type": "Counter",
428
420
"name": "metrics.buckets.dropped",
@@ -479,6 +471,14 @@
479
471
"processing"
480
472
]
481
473
},
474
+
{
475
+
"type": "Gauge",
476
+
"name": "metrics.delay.max",
477
+
"description": "Maximum delay of a metric bucket in seconds.\n\nThe maximum is measured from initial creation of the bucket in an internal Relay\nuntil it is produced to Kafka.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
0 commit comments