Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Oct 9, 2024
1 parent f738763 commit 805e7eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@
"description": "The used disk for the buffer.",
"features": []
},
{
"type": "Timer",
"name": "buffer.drain.duration",
"description": "Timing in milliseconds for the time it takes for the buffer to drain its envelopes.",
"features": []
},
{
"type": "Counter",
"name": "buffer.envelope_stacks_popped",
"description": "Number of times a project key pair is popped from the envelope provider.",
"description": "Number of times an envelope stack is popped from the priority queue of stacks in the\nenvelope buffer.",
"features": []
},
{
Expand Down Expand Up @@ -65,12 +71,6 @@
"description": "Number of _envelopes_ the envelope buffer ingests.",
"features": []
},
{
"type": "Timer",
"name": "buffer.flush.duration",
"description": "Timing in milliseconds for the time it takes for the buffer to flush its envelopes.",
"features": []
},
{
"type": "Timer",
"name": "buffer.initialization.duration",
Expand Down

0 comments on commit 805e7eb

Please sign in to comment.