Skip to content

Expose metric for ingest rate #567

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

Closed
squaremo opened this issue Sep 19, 2017 · 3 comments
Closed

Expose metric for ingest rate #567

squaremo opened this issue Sep 19, 2017 · 3 comments

Comments

@squaremo
Copy link

squaremo commented Sep 19, 2017

Suggested in weaveworks/service-conf#1193. Will help to see if 1. it's unexpectedly high, and 2. outstripping the flush rate.

@tomwilkie
Copy link
Contributor

Its already there: sum(rate(cortex_distributor_received_samples_total[1m])) by (job)

@squaremo
Copy link
Author

Then we just need to chuck it in the dashboard -- thanks Tom

@bboreham
Copy link
Contributor

sample arrival rate is a different dimension to chunk flush rate; you can't compare them.
I agree it would be good to have a counter for chunk creation.

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

3 participants