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

Collect and report metrics #2

Open
jasonwhite opened this issue Mar 12, 2019 · 0 comments
Open

Collect and report metrics #2

jasonwhite opened this issue Mar 12, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jasonwhite
Copy link
Owner

It would be very useful to be able to answer the following questions:

  • How many cache hits vs misses are there?
  • How much data has been transferred to and from permanent storage?
  • How many requests have there been to and from permanent storage?
  • What is the size of the cache?
  • What is the average request latency?
  • How many errors have occurred?

All of this would be implemented by the caching storage adapter.

One possible solution would be to use Prometheus instrumentation. We can then have a Grafana dashboard pointing to the server to scrape these metrics.

@jasonwhite jasonwhite added the enhancement New feature or request label Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant