You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This had the same results as with them enabled. So didn't made a difference
What did you do that produced an error?
A stress-test is done on the mysql-database cluster which created about 186 databases with each 147 tables in it.
What did you expect to see?
mysqld_exporter just using limited amount of cpu and memory and scrape time is within a second
What did you see instead?
mysqld_exporter was just running but was consuming more and more memory and eventually triggered the OOM-killer.
mysqld_exporter had spikes of using about 150% cpu but was using at least 50% CPU. Memory usage is about 2.5 - 3.5 GB and growing.
The scrape time is more than 9 seconds and often more than 10 seconds (which is the timeout setting in Prometheus)
The text was updated successfully, but these errors were encountered:
I'm experiencing the same isse, with the difference that I start mysqld_exporter on an existing Percona MySQL cluster that already has ~400 databases running.
CPU load and memory usage increase a lot:
After disabling a number of options for now, I can keep mysqld_exporter from freaking out when I only use basic options at startup:
Host operating system: output of
uname -a
Linux mysql-www-xxxxxxx.yyyy.zzzz 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 x86_64 x86_64 GNU/Linux
mysqld_exporter version: output of
mysqld_exporter --version
MySQL server version
mysql Ver 8.0.31-23 for Linux on x86_64 (Percona Server (GPL), Release 23, Revision 71449379)
mysqld_exporter command line flags
Also removed the following collects to see if it makes a difference:
This had the same results as with them enabled. So didn't made a difference
What did you do that produced an error?
A stress-test is done on the mysql-database cluster which created about 186 databases with each 147 tables in it.
What did you expect to see?
mysqld_exporter just using limited amount of cpu and memory and scrape time is within a second
What did you see instead?
mysqld_exporter was just running but was consuming more and more memory and eventually triggered the OOM-killer.
mysqld_exporter had spikes of using about 150% cpu but was using at least 50% CPU. Memory usage is about 2.5 - 3.5 GB and growing.
The scrape time is more than 9 seconds and often more than 10 seconds (which is the timeout setting in Prometheus)
The text was updated successfully, but these errors were encountered: