Skip to content

Commit 34ce07b

Browse files
committed
1 parent e7240c1 commit 34ce07b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/data/relay_metrics.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@
153153
"type": "Histogram",
154154
"name": "kafka.message_size",
155155
"description": "Size of emitted kafka message in bytes, tagged by message type.",
156-
"features": [
157-
"processing"
158-
]
156+
"features": []
159157
},
160158
{
161159
"type": "Gauge",
@@ -283,9 +281,7 @@
283281
"type": "Counter",
284282
"name": "processing.produce.error",
285283
"description": "Number of producer errors occurred after an envelope was already enqueued for sending to\nKafka.\n\nThese errors include, for example, _\"MessageTooLarge\"_ errors when the broker does not\naccept the requests over a certain size, which is usually due to invalid or inconsistent\nbroker/producer configurations.",
286-
"features": [
287-
"processing"
288-
]
284+
"features": []
289285
},
290286
{
291287
"type": "Counter",

0 commit comments

Comments
 (0)