Skip to content

Commit 1ced258

Browse files
committed
1 parent 4110cd4 commit 1ced258

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/data/relay_metrics.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@
5353
"description": "Timing in milliseconds for the time it takes for an envelope to be decompressed.",
5454
"features": []
5555
},
56-
{
57-
"type": "Counter",
58-
"name": "buffer.envelopes_returned",
59-
"description": "Number of envelopes that were returned to the envelope buffer by the project cache.\n\nThis happens when the envelope buffer falsely assumes that the envelope's projects are loaded\nin the cache and sends the envelope onward, even though the project cache cannot handle it.",
60-
"features": []
61-
},
6256
{
6357
"type": "Timer",
6458
"name": "buffer.envelopes_serialization",
@@ -89,6 +83,18 @@
8983
"description": "Timing in milliseconds for the time it takes for the buffer to pop.",
9084
"features": []
9185
},
86+
{
87+
"type": "Counter",
88+
"name": "buffer.project_changed_event",
89+
"description": "Number of project changed updates received by the buffer.",
90+
"features": []
91+
},
92+
{
93+
"type": "Counter",
94+
"name": "buffer.project_pending",
95+
"description": "Number of times one or more projects of an envelope were pending when trying to pop\ntheir envelope.",
96+
"features": []
97+
},
9298
{
9399
"type": "Timer",
94100
"name": "buffer.push.duration",
@@ -385,12 +391,6 @@
385391
"description": "The maximum total size of messages allowed in the producer queues.",
386392
"features": []
387393
},
388-
{
389-
"type": "Timer",
390-
"name": "legacy_project_cache.task.duration",
391-
"description": "Timing in milliseconds for processing a task in the legacy project cache service.\n\nA task is a unit of work the service does. Each branch of the\n`tokio::select` is a different task type.\n\nThis metric is tagged with:\n- `task`: The type of the task the project cache does.",
392-
"features": []
393-
},
394394
{
395395
"type": "Timer",
396396
"name": "metrics.aggregator.message.duration",

0 commit comments

Comments
 (0)