Skip to content

Commit 2a6e743

Browse files
committed
1 parent 426299b commit 2a6e743

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: src/data/relay_metrics.json

+12
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,24 @@
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+
},
230236
{
231237
"type": "Histogram",
232238
"name": "event.item_size",
233239
"description": "The number of bytes received by Relay for each individual envelope item type.\n\nMetric is tagged by the item type.",
234240
"features": []
235241
},
242+
{
243+
"type": "Counter",
244+
"name": "event.items",
245+
"description": "Number of items we processed per envelope.",
246+
"features": []
247+
},
236248
{
237249
"type": "Counter",
238250
"name": "event.opentelemetry",

0 commit comments

Comments
 (0)