I want to see the CPU usage trend for MariaDB and Postgresql As well
Hi @subhamrenu, Postgres and MariaDB do not make CPU metrics available from within the database, so DPA cannot collect them by default. However, here is a custom method for setting up a custom metric for Postgres and grabbing the information from the O/S. Not sure if MariaDB has a similar concept as Foreign Data Wrapper (FDW), but if so, something similar could be used for it too.
thwack.solarwinds.com/.../3395