mullerpeter / databricks-grafana

Grafana Databricks integration allowing direct connection to Databricks to query and visualize Databricks data in Grafana.
Apache License 2.0
55 stars 4 forks source link

Inquiry as to caching #36

Closed rogerrogeryau closed 10 months ago

rogerrogeryau commented 10 months ago

May I ask whether it supports caching feature like what other grafana built in data sources do?

thanks

mullerpeter commented 10 months ago

Hi @rogerrogeryau

According to the Grafana Documentation the plugin should support caching as it's extending from the DataSourceWithBackend class of the plugin SDK. (Looks like caching is not a feature the plugin developer has to actively implement)

Since the caching feature seems to be only available on the Enterprise version, which I don't have at hand, you would need to check yourself to be 100% certain. If there is a cache tab in the datasource settings of the plugin, then the plugin supports caching.