Skip to content

Commit 94e4571

Browse files
committed
1 parent f07aa89 commit 94e4571

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,16 +17,10 @@
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-
},
2620
{
2721
"type": "Counter",
2822
"name": "buffer.envelope_stacks_popped",
29-
"description": "Number of times an envelope stack is popped from the priority queue of stacks in the\nenvelope buffer.",
23+
"description": "Number of times a project key pair is popped from the envelope provider.",
3024
"features": []
3125
},
3226
{
@@ -71,6 +65,12 @@
7165
"description": "Number of _envelopes_ the envelope buffer ingests.",
7266
"features": []
7367
},
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)