Plugins 〉Databricks
Databricks
Databricks datasource for Grafana
The Databricks datasource allows a direct connection to Databricks to query and visualize Databricks data in Grafana.
This datasource provides a SQL editor to format and color code your SQL statements.
Note: This plugin is for Grafana Enterprise only.
See also
Grafana Cloud Pro
- $25 / user / month and includes a free trial for new users
- Available with a Grafana Cloud Pro plan
- Access to 1 Enterprise plugin
- Fully managed service (not available to self-manage)
Grafana Cloud Advanced / Grafana Enterprise
- Available with a Grafana Cloud Advanced plan or Grafana Enterprise license
- Access to all Enterprise plugins
- Run fully managed or self-manage on your own infrastructure
Installing Databricks on Grafana Cloud:
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
Installing plugins on a Grafana Cloud instance is a one-click install; same with updates. Cool, right?
Note that it could take up to 1 minute to see the plugin show up in your Grafana.
For more information, visit the docs on plugin installation.
Installing on a local Grafana:
For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.
1. Install the Data Source
Use the grafana-cli tool to install Databricks from the commandline:
grafana-cli plugins install
The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.
Alternatively, you can manually download the .zip file for your architecture below and unpack it into your grafana plugins directory.
Alternatively, you can manually download the .zip file and unpack it into your grafana plugins directory.
2. Configure the Data Source
Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.
Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.
To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.
Changelog
[0.3.7] - 2023-05-04
- Chore - Backend binaries are now compiled with Go version
1.20.4
[0.3.6] - 2023-04-19
- Chore - Backend dependencies updated
- Chore - Backend binaries are now compiled with Go version
1.20.3
which contains security fixes
0.3.5 - 2023-03-30
- Fix - Remove double forward slash from driver path
0.3.4 - 2023-03-16
- Fix - Query cancellation - don't use parent context for query
0.3.3 - 2023-03-09
- Fix - Use forked driver that allows passing timeout
0.3.2 - 2023-03-09
- Fix - Use new connector with retries. Add max rows, retry timeout settings. Update sqlds to fix macros panic.
0.3.1 - 2023-03-07
- Fix - Add timeout to connection string. Update driver. Allow enabling debug logging in the driver.
0.3.0 - 2023-03-02
- Feature -
$__interval_long
macro
0.2.1 - 2023-02-15
- Fix - Fixed broken token based connection which was broken in
0.2.0
0.2.0 - 2023-02-01 (TOKEN BASED AUTH IS BROKEN)
- Chore: Recompile with go
1.19.5
- Chore: Databricks ODBC driver updated to version
2.6.29
- Chore:
databricks-sql-go
dependency updated to version1.0.1
0.1.7 - 2022-12-21
- Chore: Recompile with go
1.19.4
- Chore: Backend dependencies updated
0.1.6
- Chore: Update go dependencies
0.1.5
- Bug Fix: Retry only on 503
- Chore: Update plugin sdk
0.1.4
- Bug Fix: Query retries
0.1.3
- Bug Fix: Fixed a bug where the hide queries in grafana is not respected
0.1.2
- Feature: Add UserAgentEntry to ODBC connection
0.1.1
- Bug Fix: Fix ping timeout
0.1.0
- Feature: Token based auth
0.0.2
- Feature: Use sql editor for query variables