Skip to content

Commit f06a280

Browse files
committed
1 parent d1c5bd6 commit f06a280

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/data/relay_metrics.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@
2323
"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.",
2424
"features": []
2525
},
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+
},
2642
{
2743
"type": "Gauge",
2844
"name": "buffer.disk_used",
@@ -939,7 +955,7 @@
939955
{
940956
"type": "Counter",
941957
"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).",
943959
"features": []
944960
},
945961
{

0 commit comments

Comments
 (0)