You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/relay_metrics.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
{
27
27
"type": "Counter",
28
28
"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`",
30
30
"features": [
31
31
"processing"
32
32
]
@@ -465,6 +465,12 @@
465
465
"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.",
466
466
"features": []
467
467
},
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",
0 commit comments