We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c750ea9 commit 96bbf37Copy full SHA for 96bbf37
src/data/relay_metrics.json
@@ -17,6 +17,12 @@
17
"description": "The used disk for the buffer.",
18
"features": []
19
},
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
+ },
26
{
27
"type": "Counter",
28
"name": "buffer.envelope_stacks_popped",
0 commit comments