Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iker-barriocanal committed Feb 15, 2024
1 parent 60b9ac6 commit 377e88a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,12 @@
"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.",
"features": []
},
{
"type": "Timer",
"name": "project_cache.task.duration",
"description": "Timing in milliseconds for processing a task in the project cache service.\n\nA task is a unit of work the service does. Each branch of the\n`tokio::select` is a different task type.\n\nThis metric is tagged with:\n- `task`: The type of the task the processor does.",
"features": []
},
{
"type": "Histogram",
"name": "project_state.attempts",
Expand Down

0 comments on commit 377e88a

Please sign in to comment.