Skip to content

Commit f08bc8e

Browse files
committed
1 parent e89776c commit f08bc8e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/data/relay_metrics.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,6 @@
421421
"description": "Count the number of unique buckets created.\n\nThis is a set of bucketing keys. The metric is basically equivalent to\n`metrics.buckets.merge.miss` for a single Relay, but could be useful to determine how much\nduplicate buckets there are when multiple instances are running.\n\nThe hashing is platform-dependent at the moment, so all your relays that send this metric\nshould run on the same CPU architecture, otherwise this metric is not reliable.\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).\n- `namespace`: The namespace of the metric for which the bucket was created.",
422422
"features": []
423423
},
424-
{
425-
"type": "Histogram",
426-
"name": "metrics.buckets.delay",
427-
"description": "The reporting delay at which a bucket arrives in Relay.\n\nA positive delay indicates the bucket arrives after its stated timestamp. Large delays\nindicate backdating, particularly all delays larger than `bucket_interval + initial_delay`.\nNegative delays indicate that the bucket is dated into the future, likely due to clock drift\non the client.\n\nThis metric is tagged with:\n- `backdated`: A flag indicating whether the metric was reported within the `initial_delay`\ntime period (`false`) or after the initial delay has expired (`true`).",
428-
"features": []
429-
},
430424
{
431425
"type": "Counter",
432426
"name": "metrics.buckets.dropped",

0 commit comments

Comments
 (0)