Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Dec 19, 2024
1 parent 764e66f commit f16feb9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,14 +415,6 @@
"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.",
"features": []
},
{
"type": "Gauge",
"name": "metrics.buckets.delay.max",
"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.",
"features": [
"processing"
]
},
{
"type": "Counter",
"name": "metrics.buckets.dropped",
Expand Down Expand Up @@ -479,6 +471,14 @@
"processing"
]
},
{
"type": "Gauge",
"name": "metrics.delay.max",
"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.",
"features": [
"processing"
]
},
{
"type": "Counter",
"name": "metrics.delay.sum",
Expand Down

0 comments on commit f16feb9

Please sign in to comment.