Skip to content

Commit c06ee13

Browse files
committed
1 parent 8a18c24 commit c06ee13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/relay_metrics.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@
245245
"description": "Number of evicted stale projects from the cache.\n\nRelay scans the in-memory project cache for stale entries in a regular interval configured\nby `cache.eviction_interval`.\n\nThe cache duration for project states can be configured with the following options:\n\n- `cache.project_expiry`: The time after which a project state counts as expired. It is\nautomatically refreshed if a request references the project after it has expired.\n- `cache.project_grace_period`: The time after expiry at which the project state will still\nbe used to ingest events. Once the grace period expires, the cache is evicted and new\nrequests wait for an update.",
246246
"features": []
247247
},
248+
{
249+
"type": "Gauge",
250+
"name": "project_cache.garbage.queue_size",
251+
"description": "The number of items currently in the garbage disposal queue.",
252+
"features": []
253+
},
248254
{
249255
"type": "Counter",
250256
"name": "project_cache.hit",

0 commit comments

Comments
 (0)