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
v1.2.0 - 2023-10-31
- ⚙️ Chore: Security update
v1.1.0 - 2023-10-30
- ⚙️ Chore: Capture error source
v1.0.4 - 2023-10-02
- ? Fix: VariableQueryEditor - trigger model update onblur
v1.0.3 - 2023-09-07
- ? Fix: grafana-plugin-sdk-go dependency updated to fix an issue when converting float32s to float64s
v1.0.2 - 2023-08-25
- ? Fix: better ux when pasting httpPath into the config editor from the databricks ui
v1.0.1 - 2023-07-24
- ⚙️ Chore: adds unit tests for the query retries introduced in 0.3.8
v1.0.0 - 2023-06-15
- ⚙️ Chore: Remove odbc driver; add e2e tests; migrate to create-plugin; refactor
v0.3.9 - 2023-06-08
- ⚙️ Chore: backend libs updated golang:1.20.5
v0.3.8 - 2023-06-05
- ? Fix: adds another string to retry a query against on the internal settings
v0.3.7 - 2023-05-04
- ⚙️ Chore: Backend binaries are now compiled with Go version
1.20.4
v0.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
v0.3.5 - 2023-03-30
- ? Fix: Remove double forward slash from driver path
v0.3.4 - 2023-03-16
- ? Fix: Query cancellation - don't use parent context for query
v0.3.3 - 2023-03-09
- ? Fix: Use forked driver that allows passing timeout
v0.3.2 - 2023-03-09
- ? Fix: Use new connector with retries. Add max rows, retry timeout settings. Update sqlds to fix macros panic.
v0.3.1 - 2023-03-07
- ? Fix: Add timeout to connection string. Update driver. Allow enabling debug logging in the driver.
v0.3.0 - 2023-03-02
- ? Feature:
$__interval_long
macro
v0.2.1 - 2023-02-15
- ? Fix: Fixed broken token based connection which was broken in
0.2.0
v0.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
v0.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
- ? Fix: Retry only on 503
- ⚙️ Chore: Update plugin sdk
0.1.4
- ? Fix: Query retries
0.1.3
- ? 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
- ? Fix: Fix ping timeout
0.1.0
- ? Feature: Token based auth
0.0.2
- ? Feature: Use sql editor for query variables