Skip to content

Commit a593541

Browse files
committed
1 parent 14f6fbb commit a593541

File tree

1 file changed

+0
-60
lines changed

1 file changed

+0
-60
lines changed

src/data/relay_metrics.json

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
"description": "Timing in milliseconds for the time the buffer service spends handling input.\n\nThis metric is tagged with:\n- `input`: The type of input that the service is handling.",
66
"features": []
77
},
8-
{
9-
"type": "Histogram",
10-
"name": "buffer.dequeue_attempts",
11-
"description": "Number of attempts needed to dequeue spooled envelopes from disk.",
12-
"features": []
13-
},
14-
{
15-
"type": "Histogram",
16-
"name": "buffer.disk_size",
17-
"description": "The file size of the buffer db on disk, in bytes.\n\nThis metric is computed by multiplying `page_count * page_size`.",
18-
"features": []
19-
},
208
{
219
"type": "Gauge",
2210
"name": "buffer.disk_used",
@@ -71,24 +59,6 @@
7159
"description": "Timing in milliseconds for the time it takes for an envelope to be decompressed.",
7260
"features": []
7361
},
74-
{
75-
"type": "Gauge",
76-
"name": "buffer.envelopes_disk_count",
77-
"description": "The number of envelopes waiting for project states on disk.\n\nNote this metric *will not be logged* when we encounter envelopes in the database on startup,\nbecause counting those envelopes reliably would risk locking the db for multiple seconds.\n\nThe disk buffer size can be configured with `spool.envelopes.max_disk_size`.",
78-
"features": []
79-
},
80-
{
81-
"type": "Histogram",
82-
"name": "buffer.envelopes_mem",
83-
"description": "The estimated number of envelope bytes buffered in memory.\n\nThe memory buffer size can be configured with `spool.envelopes.max_memory_size`.",
84-
"features": []
85-
},
86-
{
87-
"type": "Gauge",
88-
"name": "buffer.envelopes_mem_count",
89-
"description": "The number of envelopes waiting for project states in memory.\n\nThis number is always <= `EnvelopeQueueSize`.\n\nThe memory buffer size can be configured with `spool.envelopes.max_memory_size`.",
90-
"features": []
91-
},
9262
{
9363
"type": "Counter",
9464
"name": "buffer.envelopes_read",
@@ -125,12 +95,6 @@
12595
"description": "Timing in milliseconds for the time it takes for initialize the buffer.",
12696
"features": []
12797
},
128-
{
129-
"type": "Timer",
130-
"name": "buffer.message.duration",
131-
"description": "Timing in milliseconds for processing a message in the buffer service.\n\nThis metric is tagged with:\n\n- `message`: The type of message that was processed.",
132-
"features": []
133-
},
13498
{
13599
"type": "Timer",
136100
"name": "buffer.peek.duration",
@@ -149,12 +113,6 @@
149113
"description": "Timing in milliseconds for the time it takes for the buffer to push.",
150114
"features": []
151115
},
152-
{
153-
"type": "Counter",
154-
"name": "buffer.reads",
155-
"description": "Number of times the envelope buffer reads back from disk.",
156-
"features": []
157-
},
158116
{
159117
"type": "Counter",
160118
"name": "buffer.ready_to_pop",
@@ -179,12 +137,6 @@
179137
"description": "The number of individual stacks in the priority queue.\n\nPer combination of `(own_key, sampling_key)`, a new stack is created.",
180138
"features": []
181139
},
182-
{
183-
"type": "Counter",
184-
"name": "buffer.state.transition",
185-
"description": "Number of state changes in the envelope buffer.\nThis metric is tagged with:\n- `state_in`: The previous state. `memory`, `memory_file_standby`, or `disk`.\n- `state_out`: The new state. `memory`, `memory_file_standby`, or `disk`.\n- `reason`: Why a transition was made (or not made).",
186-
"features": []
187-
},
188140
{
189141
"type": "Counter",
190142
"name": "buffer.try_pop",
@@ -197,12 +149,6 @@
197149
"description": "Timing in milliseconds for the time it takes for the buffer to unspool data from disk.",
198150
"features": []
199151
},
200-
{
201-
"type": "Gauge",
202-
"name": "buffer.unspool.periodic",
203-
"description": "Number of queue keys (project key pairs) unspooled during proactive unspool.\nThis metric is tagged with:\n- `reason`: Why keys are / are not unspooled.",
204-
"features": []
205-
},
206152
{
207153
"type": "Counter",
208154
"name": "buffer.unspooled_envelopes",
@@ -215,12 +161,6 @@
215161
"description": "Timing in milliseconds for the time it takes for the buffer to spool data to SQLite.",
216162
"features": []
217163
},
218-
{
219-
"type": "Counter",
220-
"name": "buffer.writes",
221-
"description": "Number of times the envelope buffer spools to disk.",
222-
"features": []
223-
},
224164
{
225165
"type": "Counter",
226166
"name": "cogs.usage",

0 commit comments

Comments
 (0)