Connecting Grafana to H2 Database

Greetings,

I am new to Grafana, and I am wondering if it is possible to connect it to an H2 Database (https://www.h2database.com/html/main.html)?

Thanks in advance!

I think you have a couple options that might work. In either case, what you will need to do is export to a Grafana-supported/integrated data source like InfluxDB or Prometheus.

For example, you might consider finding a JMX exporter (since H2 is a Java app) that feeds into Prometheus, from which you could set up your data source to visualize in Grafana.