There is on Enterprise version a way to perform queries on a DB2 database using plugins?
I need to perform queries to show the data in tables.
There is on Enterprise version a way to perform queries on a DB2 database using plugins?
I need to perform queries to show the data in tables.
Officially, there is no DB2 plugin for Grafana. However, if your DB2 version supports SQL compatibility with PostgreSQL or MySQL (e.g., DB2 has a compatibility mode), you can use the PostgreSQL or MySQL plugin in Grafana to query the DB2 database. This approach may work, but it’s less reliable than using ODBC because it depends on how well the SQL dialects between DB2 and PostgreSQL/MySQL align.
50000
for DB2).