How to connection grafana to pentaho

hii all

how to connection grafana to pentaho??

thanks

Hi,

There’s no builtin support for pentaho as data source in Grafana and as far as I know there is no custom data source plugin built.

You can implement your own data source or use the SimpleJson data source by implementing an api that the simplejson expects where you would integrate against pentaho.

Marcus