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
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,22 @@
23
23
"description": "Tracks the utilization of the async pool.\n\nThe utilization is a value between 0.0 and 100.0 which determines how busy the pool is doing\nCPU-bound work.\n\nThis metric is tagged with:\n- `pool`: the name of the pool.",
24
24
"features": []
25
25
},
26
+
{
27
+
"type": "Counter",
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.",
30
+
"features": [
31
+
"processing"
32
+
]
33
+
},
34
+
{
35
+
"type": "Gauge",
36
+
"name": "attachment.upload.concurrent",
37
+
"description": "Number of attachment uploads currently in flight.",
38
+
"features": [
39
+
"processing"
40
+
]
41
+
},
26
42
{
27
43
"type": "Gauge",
28
44
"name": "buffer.disk_used",
@@ -939,7 +955,7 @@
939
955
{
940
956
"type": "Counter",
941
957
"name": "sampling.decision",
942
-
"description": "The number of times a sampling decision was made.",
958
+
"description": "The number of times a sampling decision was made.\n\nThis metric is tagged with:\n- `item`: what item the decision is taken for (transaction vs span).",
0 commit comments