Skip to content

Commit e86c55d

Browse files
committed
1 parent 818661e commit e86c55d

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.",
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`.",
298298
"features": []
299299
},
300300
{

0 commit comments

Comments
 (0)