You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/relay_metrics.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@
164
164
{
165
165
"type": "Timer",
166
166
"name": "buffer.spool.duration",
167
-
"description": "Timing in milliseconds for the time it takes for the buffer to spool data to disk.",
167
+
"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.",
168
168
"features": []
169
169
},
170
170
{
@@ -209,6 +209,12 @@
209
209
"description": "Number of envelopes unspooled from disk.",
210
210
"features": []
211
211
},
212
+
{
213
+
"type": "Timer",
214
+
"name": "buffer.write.duration",
215
+
"description": "Timing in milliseconds for the time it takes for the buffer to spool data to SQLite.",
0 commit comments