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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
1
[
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
+
},
2
8
{
3
9
"type": "Histogram",
4
10
"name": "buffer.dequeue_attempts",
@@ -107,6 +113,12 @@
107
113
"description": "Number of _envelopes_ the envelope buffer ingests.",
108
114
"features": []
109
115
},
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.",
0 commit comments