Skip to content

Commit a69bd83

Browse files
committedFeb 14, 2024
1 parent 7d670b1 commit a69bd83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/data/relay_metrics.json

+6
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,12 @@
453453
"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.",
454454
"features": []
455455
},
456+
{
457+
"type": "Timer",
458+
"name": "project_cache.message.duration",
459+
"description": "Timing in milliseconds for handling a project cache message.\n\nThis metric is tagged with:\n- `message`: The type of message that was processed.",
460+
"features": []
461+
},
456462
{
457463
"type": "Counter",
458464
"name": "project_cache.miss",

0 commit comments

Comments
 (0)