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
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
[
2
2
{
3
-
"type": "Timer",
3
+
"type": "Counter",
4
4
"name": "buffer.busy",
5
-
"description": "Timing in milliseconds for the time the buffer service spends handling input.\n\nThis metric is tagged with:\n- `input`: The type of input that the service is handling.",
5
+
"description": "Timing in nanoseconds for the time the buffer service spends handling input.\n\nThis metric is tagged with:\n- `input`: The type of input that the service is handling.\n- `partition_id`: The ID of the buffer shard (0, 1, 2, ...)",
0 commit comments