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

Agent metrics questions #7

Closed
druchoo opened this issue Apr 22, 2015 · 2 comments
Closed

Agent metrics questions #7

druchoo opened this issue Apr 22, 2015 · 2 comments

Comments

@druchoo
Copy link

druchoo commented Apr 22, 2015

Many metrics are reporting 0. Some are expected but some not. For example cache.queries, I wouldn't expect that to be 0. What is cache.checkpointTime and cache.metrics? Why are some of the *.active metrics 0 when they are enabled in the config?

screen shot 2015-04-22 at 6 56 38 pm

@lomik
Copy link
Member

lomik commented Apr 23, 2015

I will try to add a description of metrics in the documentation soon.

In brief:

  • cache.queries - requests from graphite-web via "carbonlink" per minute. May be disabled in your graphite-web
  • cache.checkpointTime - every minute cache reorder "save_to_persister" queue. Your cache size small - checkpoint very fast. This is float value - could be rounded to zero in your dashboard.
  • cache.metrics - metrics in cache (graphs)
  • cache.size - points in cache (one metric can have more than one point in cache)
  • *.active - Count of currently established tcp connections to pickle or tcp receiver. Your -1 value may be bug :(

@druchoo
Copy link
Author

druchoo commented Apr 23, 2015

Ok makes sense now. Thanks for clarification.

@druchoo druchoo closed this as completed Apr 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants