Skip to content

Commit ad4f661

Browse files
committed
1 parent 34d91b4 commit ad4f661

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
@@ -600,6 +600,12 @@
600600
"description": "Latency of project config updates until they reach Relay.\n\nThe metric is calculated by using the creation timestamp of the project config\nand when Relay updates its local cache with the new project config.\n\nNo metric is emitted when Relay fetches a project config for the first time.\n\nThis metric is tagged with:\n- `delay`: Bucketed amount of seconds passed between fetches.",
601601
"features": []
602602
},
603+
{
604+
"type": "Counter",
605+
"name": "project_cache.refresh",
606+
"description": "Number of refreshes for stale projects in the cache.",
607+
"features": []
608+
},
603609
{
604610
"type": "Counter",
605611
"name": "project_cache.schedule",

0 commit comments

Comments
 (0)