Skip to content

Commit 805e7eb

Browse files
committed
1 parent f738763 commit 805e7eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/data/relay_metrics.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@
1717
"description": "The used disk for the buffer.",
1818
"features": []
1919
},
20+
{
21+
"type": "Timer",
22+
"name": "buffer.drain.duration",
23+
"description": "Timing in milliseconds for the time it takes for the buffer to drain its envelopes.",
24+
"features": []
25+
},
2026
{
2127
"type": "Counter",
2228
"name": "buffer.envelope_stacks_popped",
23-
"description": "Number of times a project key pair is popped from the envelope provider.",
29+
"description": "Number of times an envelope stack is popped from the priority queue of stacks in the\nenvelope buffer.",
2430
"features": []
2531
},
2632
{
@@ -65,12 +71,6 @@
6571
"description": "Number of _envelopes_ the envelope buffer ingests.",
6672
"features": []
6773
},
68-
{
69-
"type": "Timer",
70-
"name": "buffer.flush.duration",
71-
"description": "Timing in milliseconds for the time it takes for the buffer to flush its envelopes.",
72-
"features": []
73-
},
7474
{
7575
"type": "Timer",
7676
"name": "buffer.initialization.duration",

0 commit comments

Comments
 (0)