Skip to content

Commit f493575

Browse files
committed
1 parent d59189b commit f493575

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/data/relay_metrics.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@
167167
"description": "Timing in milliseconds to count spans in a serialized transaction payload.",
168168
"features": []
169169
},
170+
{
171+
"type": "Timer",
172+
"name": "envelope.span_v2_expansion",
173+
"description": "The time in milliseconds it takes to expand a Span V2 container into Spans V1.",
174+
"features": []
175+
},
170176
{
171177
"type": "Counter",
172178
"name": "event.accepted",
@@ -182,19 +188,19 @@
182188
{
183189
"type": "Counter",
184190
"name": "event.item_bytes",
185-
"description": "Number of bytes we processed per envelope item.",
191+
"description": "Number of bytes we processed per envelope item.\n\nThis metric is tagged with:\n- `item_type`: The type of the items being counted.\n- `is_container`: Whether this item is a container holding multiple items.\n- `sdk`: The name of the Sentry SDK sending the envelope. This tag is only set for\nSentry's SDKs and defaults to \"proprietary\".",
186192
"features": []
187193
},
188194
{
189195
"type": "Histogram",
190196
"name": "event.item_size",
191-
"description": "The number of bytes received by Relay for each individual envelope item type.\n\nMetric is tagged by the item type.",
197+
"description": "The number of bytes received by Relay for each individual envelope item type.\n\nThis metric is tagged with:\n- `item_type`: The type of the items being counted.\n- `is_container`: Whether this item is a container holding multiple items.",
192198
"features": []
193199
},
194200
{
195201
"type": "Counter",
196202
"name": "event.items",
197-
"description": "Number of total envelope items we received.\n\nNote: This does not count raw items, it counts the logical amount of items,\ne.g. a single item container counts all its contained items.",
203+
"description": "Number of total envelope items we received.\n\nNote: This does not count raw items, it counts the logical amount of items,\ne.g. a single item container counts all its contained items.\n\nThis metric is tagged with:\n- `item_type`: The type of the items being counted.\n- `is_container`: Whether this item is a container holding multiple items.\n- `sdk`: The name of the Sentry SDK sending the envelope. This tag is only set for\nSentry's SDKs and defaults to \"proprietary\".",
198204
"features": []
199205
},
200206
{

0 commit comments

Comments
 (0)