Skip to content

Commit 5258389

Browse files
committed
1 parent 0bab131 commit 5258389

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

src/data/relay_metrics.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
[
2-
{
3-
"type": "Counter",
4-
"name": "buffer.capacity_check",
5-
"description": "Number of times the capacity is of the buffer is checked.\n\nThis metric is tagged with:\n- `lock_acquired`: Whether the capacity check was done by acquiring the lock or using the\nold value.",
6-
"features": []
7-
},
82
{
93
"type": "Histogram",
104
"name": "buffer.dequeue_attempts",
@@ -47,6 +41,12 @@
4741
"description": "Number of _envelopes_ the envelope buffer produces.",
4842
"features": []
4943
},
44+
{
45+
"type": "Counter",
46+
"name": "buffer.envelopes_returned",
47+
"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.",
48+
"features": []
49+
},
5050
{
5151
"type": "Counter",
5252
"name": "buffer.envelopes_written",
@@ -59,12 +59,6 @@
5959
"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.",
6060
"features": []
6161
},
62-
{
63-
"type": "Gauge",
64-
"name": "buffer.push_inflight",
65-
"description": "Number of envelopes currently waiting to be buffered.\n\nThis corresponds to the number of corresponding tokio tasks currently scheduled or running.",
66-
"features": []
67-
},
6862
{
6963
"type": "Counter",
7064
"name": "buffer.reads",

0 commit comments

Comments
 (0)