You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After discussing w/ @kylehuntsman, some additional metrics to monitor on grafana include measuring the overall autoretrieve funnel (feel free to break out each metric into its own issue as needed):
Bitswap requests
Cache Hits (i.e. previously retrieved by Autoretrieve, available to serve immediately)
Cache Misses (this should result in an Filecoin retrieval request)
Indexer Requests (should map 1:1 to a cache miss)
Indexer Response Codes (200, 404, errors)
Index Misses (either the content is not indexed, or there's an error)
Filecoin retrieval attempt (should map 1:1 to a 200 indexer response)
After discussing w/ @kylehuntsman, some additional metrics to monitor on grafana include measuring the overall autoretrieve funnel (feel free to break out each metric into its own issue as needed):
cc @hannahhoward
The text was updated successfully, but these errors were encountered: