Skip to content

Commit 3711dd8

Browse files
committed
1 parent 19ea857 commit 3711dd8

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
@@ -623,6 +623,12 @@
623623
"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.",
624624
"features": []
625625
},
626+
{
627+
"type": "Gauge",
628+
"name": "project_cache.fetches.size",
629+
"description": "The number of scheduled and in progress fetches in the project cache.",
630+
"features": []
631+
},
626632
{
627633
"type": "Counter",
628634
"name": "project_cache.hit",

0 commit comments

Comments
 (0)