Skip to content

Commit 19852a1

Browse files
committed
1 parent 876a63f commit 19852a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/relay_metrics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
{
295295
"type": "Timer",
296296
"name": "event_processing.rate_limiting",
297-
"description": "Time in milliseconds spent checking for organization, project, and DSN rate limits.\n\nNot all events reach this point. After an event is rate limited for the first time, the rate\nlimit is cached. Events coming in after this will be discarded earlier in the request queue\nand do not reach the processing queue.\n\nThis metric is tagged with:\n- `type`: The type of limiter executed, `cached` or `consistent`.",
297+
"description": "Time in milliseconds spent checking for organization, project, and DSN rate limits.\n\nNot all events reach this point. After an event is rate limited for the first time, the rate\nlimit is cached. Events coming in after this will be discarded earlier in the request queue\nand do not reach the processing queue.\n\nThis metric is tagged with:\n- `type`: The type of limiter executed, `cached` or `consistent`.\n- `unit`: The item/unit of work which is being rate limited, only available for new\nprocessing pipelines.",
298298
"features": []
299299
},
300300
{

0 commit comments

Comments
 (0)