Skip to content

Commit 865cf9e

Browse files
committed
1 parent ce34ab8 commit 865cf9e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/data/relay_metrics.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"type": "Timer",
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.",
6+
"features": []
7+
},
28
{
39
"type": "Histogram",
410
"name": "buffer.dequeue_attempts",
@@ -107,6 +113,12 @@
107113
"description": "Number of _envelopes_ the envelope buffer ingests.",
108114
"features": []
109115
},
116+
{
117+
"type": "Timer",
118+
"name": "buffer.idle",
119+
"description": "Timing in milliseconds for the time the buffer service is waiting for input.\n\nThis metric is tagged with:\n- `input`: The type of input that broke the idling.",
120+
"features": []
121+
},
110122
{
111123
"type": "Timer",
112124
"name": "buffer.initialization.duration",

0 commit comments

Comments
 (0)