We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a140ec9 commit 692cd75Copy full SHA for 692cd75
src/data/relay_metrics.json
@@ -942,6 +942,12 @@
942
"description": "Exposes [`RuntimeMetrics::worker_total_busy_duration`].\n\nThis metric is tagged with:\n- `worker`: the worker id.",
943
"features": []
944
},
945
+ {
946
+ "type": "Counter",
947
+ "name": "sampling.decision",
948
+ "description": "The number of times a sampling decision was made.",
949
+ "features": []
950
+ },
951
{
952
"type": "Timer",
953
"name": "scrubbing.attachments.duration",
0 commit comments