Skip to content

Commit c14b31b

Browse files
jjbayerLms24
authored andcommitted
1 parent 4d72610 commit c14b31b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/data/relay_metrics.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
"description": "Size of a compressed envelope pushed to the envelope buffer.",
3636
"features": []
3737
},
38-
{
39-
"type": "Counter",
40-
"name": "buffer.envelope_stacks_popped",
41-
"description": "Number of times an envelope stack is popped from the priority queue of stacks in the\nenvelope buffer.",
42-
"features": []
43-
},
4438
{
4539
"type": "Timer",
4640
"name": "buffer.envelopes_compression",
@@ -59,12 +53,6 @@
5953
"description": "Timing in milliseconds for the time it takes for an envelope to be decompressed.",
6054
"features": []
6155
},
62-
{
63-
"type": "Counter",
64-
"name": "buffer.envelopes_read",
65-
"description": "Number of _envelopes_ the envelope buffer produces.",
66-
"features": []
67-
},
6856
{
6957
"type": "Counter",
7058
"name": "buffer.envelopes_returned",
@@ -77,12 +65,6 @@
7765
"description": "Timing in milliseconds for the time it takes for an envelope to be serialized.",
7866
"features": []
7967
},
80-
{
81-
"type": "Counter",
82-
"name": "buffer.envelopes_written",
83-
"description": "Number of _envelopes_ the envelope buffer ingests.",
84-
"features": []
85-
},
8668
{
8769
"type": "Timer",
8870
"name": "buffer.idle",
@@ -113,12 +95,6 @@
11395
"description": "Timing in milliseconds for the time it takes for the buffer to push.",
11496
"features": []
11597
},
116-
{
117-
"type": "Counter",
118-
"name": "buffer.ready_to_pop",
119-
"description": "Number of times the readiness check of the buffer is polled.",
120-
"features": []
121-
},
12298
{
12399
"type": "Timer",
124100
"name": "buffer.spool.duration",

0 commit comments

Comments
 (0)