Skip to content

Commit f1fdb68

Browse files
committed
1 parent 636bf57 commit f1fdb68

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

src/data/relay_metrics.json

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"type": "Histogram",
44
"name": "buffer.dequeue_attempts",
5-
"description": "Number of attempts needed to dequeue spooled envelopes from disk.\n\nAs long as there are enough permits in the [`crate::utils::BufferGuard`], this number should\nalways be one.",
5+
"description": "Number of attempts needed to dequeue spooled envelopes from disk.",
66
"features": []
77
},
88
{
@@ -113,18 +113,6 @@
113113
"description": "Number of events that hit any of the store-like endpoints: Envelope, Store, Security,\nMinidump, Unreal.\n\nThe events are counted before they are rate limited, filtered, or processed in any way.\n\nThis metric is tagged with:\n- `version`: The event protocol version number defaulting to `7`.",
114114
"features": []
115115
},
116-
{
117-
"type": "Histogram",
118-
"name": "event.queue_size",
119-
"description": "The number of envelopes in the queue.\n\nThe queue holds all envelopes that are being processed at a particular time in Relay:\n\n- When Relay receives a Request, it ensures the submitted data is wrapped in a single\nenvelope.\n- The envelope receives some preliminary processing to determine if it can be processed or\nif it must be rejected.\n- Once this determination has been made, the HTTP request that created the envelope\nterminates and, if the request is to be further processed, the envelope enters a queue.\n- After the envelope finishes processing and is sent upstream, the envelope is considered\nhandled and it leaves the queue.\n\nThe queue size can be configured with `cache.event_buffer_size`.",
120-
"features": []
121-
},
122-
{
123-
"type": "Histogram",
124-
"name": "event.queue_size.pct",
125-
"description": "The number of envelopes in the queue as a percentage of the maximum number of envelopes that\ncan be stored in the queue.\n\nThe value ranges from `0` when the queue is empty to `1` when the queue is full and no\nadditional events can be added. The queue size can be configured using `event.queue_size`.",
126-
"features": []
127-
},
128116
{
129117
"type": "Counter",
130118
"name": "event.rejected",
@@ -223,12 +211,6 @@
223211
"description": "Timing in milliseconds for handling and responding to a health check request.\n\nThis metric is tagged with:\n- `type`: The type of the health check, `liveness` or `readiness`.",
224212
"features": []
225213
},
226-
{
227-
"type": "Gauge",
228-
"name": "health.system_memory.rss",
229-
"description": "The currently used Resident Set Size (RSS).",
230-
"features": []
231-
},
232214
{
233215
"type": "Gauge",
234216
"name": "health.system_memory.total",

0 commit comments

Comments
 (0)