Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Aug 28, 2024
1 parent 6d67222 commit eddfc8c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"type": "Counter",
"name": "buffer.capacity_check",
"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.",
"features": []
},
{
"type": "Histogram",
"name": "buffer.dequeue_attempts",
Expand All @@ -11,6 +17,12 @@
"description": "The file size of the buffer db on disk, in bytes.\n\nThis metric is computed by multiplying `page_count * page_size`.",
"features": []
},
{
"type": "Gauge",
"name": "buffer.disk_used",
"description": "The used disk for the buffer.",
"features": []
},
{
"type": "Gauge",
"name": "buffer.envelopes_disk_count",
Expand Down

0 comments on commit eddfc8c

Please sign in to comment.