Too much memory used and bad query performance #1851
Unanswered
jackpgao
asked this question in
Help and support
Replies: 2 comments 2 replies
-
|
I've converted the issue into a discussion. We can open an issue anytime if there will be any action item as result of this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
My hot take, given what you shared:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have 3119 target from Prometheus, each has 3600 metric, scrape_interval is 60sec.
4 Mimir node, config as below.
The Mimir use too much memory, and the query performance is bad.
We use a Nginx as load balance before the 4 node Mimir, and the nginx log show that the
/api/v1/pushonly use about 10-20 ms, but the/prometheus/api/v1/query_rangefrom Grafana is more than 5 sec.Update
block_ranges_periodseted to 10m is used to reduce the meomory usage, thus cause too many block, may affect the query formance.Beta Was this translation helpful? Give feedback.
All reactions