Skip to content

Commit cea885a

Browse files
committed
1 parent c71af08 commit cea885a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/data/relay_metrics.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,14 @@
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+
},
418426
{
419427
"type": "Counter",
420428
"name": "metrics.buckets.dropped",
@@ -463,6 +471,22 @@
463471
"description": "The number of buckets in a batch emitted.\n\nThis corresponds to the number of buckets that will end up in an envelope.",
464472
"features": []
465473
},
474+
{
475+
"type": "Counter",
476+
"name": "metrics.delay.count",
477+
"description": "The amount of buckets counted for the [`Self::MetricDelaySum`] metric.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
478+
"features": [
479+
"processing"
480+
]
481+
},
482+
{
483+
"type": "Counter",
484+
"name": "metrics.delay.sum",
485+
"description": "The total delay of metric buckets in seconds.\n\nThe delay is measured from initial creation of the bucket in an internal Relay\nuntil it is produced to Kafka.\n\nUse [`Self::MetricDelayCount`] to calculate the average delay.\n\nThis metric is tagged with:\n- `namespace`: the metric namespace.",
486+
"features": [
487+
"processing"
488+
]
489+
},
466490
{
467491
"type": "Timer",
468492
"name": "metrics.router.message.duration",

0 commit comments

Comments
 (0)