Skip to content

Commit cf1861e

Browse files
committed
1 parent e61b9ab commit cf1861e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/data/relay_metrics.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,30 @@
2929
"description": "The amount of bytes in the item payloads of an envelope pushed to the envelope buffer.\n\nThis is not quite the same as the actual size of a serialized envelope, because it ignores\nthe envelope header and item headers.",
3030
"features": []
3131
},
32+
{
33+
"type": "Histogram",
34+
"name": "buffer.envelope_size",
35+
"description": "Size of a serialized envelope pushed to the envelope buffer (sampled).",
36+
"features": []
37+
},
38+
{
39+
"type": "Histogram",
40+
"name": "buffer.envelope_size.compressed",
41+
"description": "Size of a compressed envelope pushed to the envelope buffer (sampled).",
42+
"features": []
43+
},
3244
{
3345
"type": "Counter",
3446
"name": "buffer.envelope_stacks_popped",
3547
"description": "Number of times an envelope stack is popped from the priority queue of stacks in the\nenvelope buffer.",
3648
"features": []
3749
},
50+
{
51+
"type": "Timer",
52+
"name": "buffer.envelopes_compression",
53+
"description": "Timing in milliseconds for the time it takes for the envelopes to be compressed (sampled).",
54+
"features": []
55+
},
3856
{
3957
"type": "Histogram",
4058
"name": "buffer.envelopes_count",

0 commit comments

Comments
 (0)