Re: [prometheus-users] MySQL scraper for shared-instance database

2023-02-22 Thread Matthias Rampke
What per-database metrics are you interested in? How does MySQL itself make them available? The mysqld_exporter has collectors that are off by default, but that you can enable. Some include per-schema (database) and per-table statistics, but the data still comes from the server-wide information_sc

[prometheus-users] MySQL scraper for shared-instance database

2023-02-20 Thread Alexandra Hilzinger
Hi All We have the situation that we have shared-instances, so a DB-host with different DBs on it from different projects. In our current setup we are only able to collect metrics from the whole instance with Prometheus. However, we have the case that we need to break down the data to individua