Skip to content

Commit 42ac3c3

Browse files
committed
1 parent efdfd32 commit 42ac3c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/data/relay_metrics.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{
2727
"type": "Counter",
2828
"name": "attachment.upload",
29-
"description": "The number of times an upload of an attachment occurs.\n\nThis metric is tagged with:\n- `result`: `success` or the failure reason.",
29+
"description": "The number of times an upload of an attachment occurs.\n\nThis metric is tagged with:\n- `result`: `success` or the failure reason.\n- `type`: `envelope` or `attachment_v2`",
3030
"features": [
3131
"processing"
3232
]
@@ -465,6 +465,12 @@
465465
"description": "The total number of messages transmitted (produced) to all brokers.\n\nThis metric is tagged with:\n- `producer_name`: The configured producer name/deployment identifier.",
466466
"features": []
467467
},
468+
{
469+
"type": "Counter",
470+
"name": "logs.envelope",
471+
"description": "Whether a logs envelope has a trace context header or not\n\nThis metric is tagged with:\n- `dsc`: yes or no",
472+
"features": []
473+
},
468474
{
469475
"type": "Timer",
470476
"name": "metrics.aggregator.message.duration",

0 commit comments

Comments
 (0)