Skip to content

Commit 5532180

Browse files
LitarnusLms24
authored andcommitted
1 parent 8f888df commit 5532180

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/data/relay_metrics.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,24 @@
161161
"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.",
162162
"features": []
163163
},
164+
{
165+
"type": "Counter",
166+
"name": "event.item_bytes",
167+
"description": "Number of bytes we processed per envelope item.",
168+
"features": []
169+
},
164170
{
165171
"type": "Histogram",
166172
"name": "event.item_size",
167173
"description": "The number of bytes received by Relay for each individual envelope item type.\n\nMetric is tagged by the item type.",
168174
"features": []
169175
},
176+
{
177+
"type": "Counter",
178+
"name": "event.items",
179+
"description": "Number of items we processed per envelope.",
180+
"features": []
181+
},
170182
{
171183
"type": "Counter",
172184
"name": "event.opentelemetry",

0 commit comments

Comments
 (0)