Skip to content

Commit 1731a75

Browse files
committed
1 parent 74a8080 commit 1731a75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/relay_metrics.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
"description": "Number of envelopes that were returned to the envelope buffer by the project cache.\n\nThis happens when the envelope buffer falsely assumes that the envelope's projects are loaded\nin the cache and sends the envelope onward, even though the project cache cannot handle it.",
6666
"features": []
6767
},
68+
{
69+
"type": "Timer",
70+
"name": "buffer.envelopes_serialization",
71+
"description": "Timing in milliseconds for the time it takes for the envelopes to be serialized.",
72+
"features": []
73+
},
6874
{
6975
"type": "Counter",
7076
"name": "buffer.envelopes_written",

0 commit comments

Comments
 (0)