Skip to content

Commit 3734887

Browse files
committed
1 parent f271087 commit 3734887

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/relay_metrics.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@
133133
"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.",
134134
"features": []
135135
},
136+
{
137+
"type": "Counter",
138+
"name": "metrics.buckets.dropped",
139+
"description": "Incremented every time a bucket is dropped.\n\nThis should only happen when a project state is invalid during graceful shutdown.",
140+
"features": []
141+
},
136142
{
137143
"type": "Histogram",
138144
"name": "metrics.buckets.flushed",

0 commit comments

Comments
 (0)