Skip to content

Commit 1f8a075

Browse files
committed
1 parent fd8a381 commit 1f8a075

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/data/relay_metrics.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -631,14 +631,8 @@
631631
},
632632
{
633633
"type": "Counter",
634-
"name": "project_cache.hit",
635-
"description": "Number of times a project is looked up from the cache.\n\nThe cache may contain and outdated or expired project state. In that case, the project state\nis updated even after a cache hit.",
636-
"features": []
637-
},
638-
{
639-
"type": "Counter",
640-
"name": "project_cache.miss",
641-
"description": "Number of times a project lookup failed.\n\nA cache entry is created immediately and the project state requested from the upstream.",
634+
"name": "project_cache.schedule",
635+
"description": "Number of times a project had a fetch scheduled.",
642636
"features": []
643637
},
644638
{

0 commit comments

Comments
 (0)