Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbayer committed Nov 25, 2024
1 parent d7679b2 commit c90a5ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/data/relay_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
{
"type": "Timer",
"name": "buffer.spool.duration",
"description": "Timing in milliseconds for the time it takes for the buffer to spool data to disk.",
"description": "Timing in milliseconds for the time it takes for the buffer to pack & spool a batch.\n\nContains the time it takes to pack multiple envelopes into a single memory blob.",
"features": []
},
{
Expand Down Expand Up @@ -209,6 +209,12 @@
"description": "Number of envelopes unspooled from disk.",
"features": []
},
{
"type": "Timer",
"name": "buffer.write.duration",
"description": "Timing in milliseconds for the time it takes for the buffer to spool data to SQLite.",
"features": []
},
{
"type": "Counter",
"name": "buffer.writes",
Expand Down

0 comments on commit c90a5ee

Please sign in to comment.