Skip to content

Commit c8289df

Browse files
committed
1 parent 6328425 commit c8289df

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/data/relay_metrics.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,12 @@
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-
},
4432
{
4533
"type": "Counter",
4634
"name": "buffer.envelope_stacks_popped",
4735
"description": "Number of times an envelope stack is popped from the priority queue of stacks in the\nenvelope buffer.",
4836
"features": []
4937
},
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-
},
5638
{
5739
"type": "Histogram",
5840
"name": "buffer.envelopes_count",

0 commit comments

Comments
 (0)