Skip to content

Commit d221127

Browse files
jjbayeradinauer
authored andcommitted
1 parent 9088693 commit d221127

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
@@ -255,6 +255,12 @@
255255
"description": "Number of project states currently held in the in-memory project cache.\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.\n\nThere is no limit to the number of cached projects.",
256256
"features": []
257257
},
258+
{
259+
"type": "Histogram",
260+
"name": "project_state.attempts",
261+
"description": "Number of attempts required to fetch the config for a given project key.",
262+
"features": []
263+
},
258264
{
259265
"type": "Timer",
260266
"name": "project_state.eviction.duration",

0 commit comments

Comments
 (0)