Monitor number of DBs using Prometheus

Viewed 17

I am using Prometheus to monitor the MySQL database. MySQL exporter is installed on the MySQL server. MySQL server has five databases db1, db2, db3, db4 and db5.

How to use Prometheus to query the DB to get the number of DBs equal 5.

0 Answers
Related