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

inmemory Prometheus #4412

Closed
szuecs opened this Issue Jul 24, 2018 · 3 comments

Comments

Projects
None yet
2 participants
@szuecs
Copy link

szuecs commented Jul 24, 2018

Proposal

As Prometheus user, that scrapes and queries only 1-5 minutes rate data, I would like to have the option to not save files and work fully inmemory, because the performance of Prometheus v2.2.1 in small Kubernetes clusters is not as I would expect.

Background

I deploy prometheus as statefulset with scrape interval 15s and have 1000m CPU and 4G memory set.
You can see the full configuration at https://github.com/zalando-incubator/kubernetes-on-aws/tree/dev/cluster/manifests/prometheus.

Monitor the monitor dashboard (Go metrics and Prometheus QPS and number of scrapes)
image

CPU metrics details
image

Memory metrics
image

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Jul 25, 2018

With such a setup, everything is already in memory. This sounds more like a usage question so it makes more sense to ask questions like this on the prometheus-users mailing list rather than in a GitHub issue. On the mailing list, more people are available to potentially respond to your question, and the whole community can benefit from the answers provided.

@szuecs

This comment has been minimized.

@szuecs szuecs closed this Jul 25, 2018

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 22, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 22, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.