Skip to content

Commit 262b86b

Browse files
committed
1 parent 0ce84c4 commit 262b86b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/data/relay_metrics.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -227,24 +227,12 @@
227227
"description": "Number of Events that had corrupted (unprintable) event attributes.\n\nThis currently checks for `environment` and `release`, for which we know that\nsome SDKs may send corrupted values.",
228228
"features": []
229229
},
230-
{
231-
"type": "Counter",
232-
"name": "event.item_bytes",
233-
"description": "Number of bytes we processed per envelope item.",
234-
"features": []
235-
},
236230
{
237231
"type": "Histogram",
238232
"name": "event.item_size",
239233
"description": "The number of bytes received by Relay for each individual envelope item type.\n\nMetric is tagged by the item type.",
240234
"features": []
241235
},
242-
{
243-
"type": "Counter",
244-
"name": "event.items",
245-
"description": "Number of items we processed per envelope.",
246-
"features": []
247-
},
248236
{
249237
"type": "Counter",
250238
"name": "event.opentelemetry",

0 commit comments

Comments
 (0)