Skip to content

Commit f16feb9

Browse files
committed
1 parent 764e66f commit f16feb9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/data/relay_metrics.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -415,14 +415,6 @@
415415
"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.",
416416
"features": []
417417
},
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-
},
426418
{
427419
"type": "Counter",
428420
"name": "metrics.buckets.dropped",
@@ -479,6 +471,14 @@
479471
"processing"
480472
]
481473
},
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.",
478+
"features": [
479+
"processing"
480+
]
481+
},
482482
{
483483
"type": "Counter",
484484
"name": "metrics.delay.sum",

0 commit comments

Comments
 (0)