Skip to content

Commit 6bf1f78

Browse files
committed
1 parent 9d550cb commit 6bf1f78

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
@@ -570,6 +570,12 @@
570570
"description": "Number of messages that failed to be enqueued in the Kafka producer's memory buffer.\n\nThese errors include, for example, _\"UnknownTopic\"_ errors when attempting to send a\nmessage a topic that does not exist.\n\nThis metric is tagged with:\n- `topic`: The Kafka topic being produced to.\n- `variant`: The Kafka message variant.",
571571
"features": []
572572
},
573+
{
574+
"type": "Counter",
575+
"name": "producer.partition_key.rate_limit",
576+
"description": "Number of messages that were written to the wrong partition because of configured rate limits.\n\nEach topic in Relay can optionally be configured with a per-partition-key rate limit. This\nrate limit does not drop messages, but instead disables semantic partitioning. Everytime\nthis happens for a message, this counter is incremented.",
577+
"features": []
578+
},
573579
{
574580
"type": "Counter",
575581
"name": "project_cache.eviction",

0 commit comments

Comments
 (0)