Skip to content

Commit 9ac1be0

Browse files
committed
1 parent b7304b2 commit 9ac1be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/relay_metrics.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"type": "Timer",
3+
"type": "Counter",
44
"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, ...)",
66
"features": []
77
},
88
{

0 commit comments

Comments
 (0)