Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add funnel metrics #46

Open
4 of 9 tasks
davidd8 opened this issue Apr 20, 2022 · 2 comments
Open
4 of 9 tasks

Add funnel metrics #46

davidd8 opened this issue Apr 20, 2022 · 2 comments
Assignees

Comments

@davidd8
Copy link
Collaborator

davidd8 commented Apr 20, 2022

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)
  • Filecoin retrieval stages (connect, query ask, deal accept, transfer, complete, etc.)
  • Filecoin retrieval successes and failures

cc @hannahhoward

@hannahhoward
Copy link
Collaborator

@kylehuntsman can you check off which of these are done?

@hannahhoward
Copy link
Collaborator

@hannahhoward and @kylehuntsman to pair to try to identify each actual stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

3 participants