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

Fetching metrics from ingester is really slow #283

Closed
tomwilkie opened this issue Feb 10, 2017 · 1 comment
Closed

Fetching metrics from ingester is really slow #283

tomwilkie opened this issue Feb 10, 2017 · 1 comment

Comments

@tomwilkie
Copy link
Contributor

screen shot 2017-02-10 at 12 55 22

@tomwilkie tomwilkie added this to Query Optimisation in Cortex TODO Feb 16, 2017
@tomwilkie
Copy link
Contributor Author

We're seeing this again, super annoying. Its on an ingester with a lot of series in memory, which suggests it could be the counting of the number of series: https://github.com/weaveworks/cortex/blob/master/pkg/ingester/user_state.go#L101

Or it could be the minimum of 3 locks that we have to grab to fetch metrics from the ingesters; the block profiler might help us find out.

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

No branches or pull requests

1 participant