Plugins 〉DB2 Datasource


Developer

Grafana Labs

Sign up to receive occasional product news and updates:


Grafana Cloud
Grafana Cloud
  • Grafana, of course
  • 10k series Prometheus metrics
  • 50 GB logs
  • 50 GB traces
  • 2,232 app o11y host hours
  • ...and more
Create free account

No credit card needed, ever.


The DB2 Datasource plugin has been deprecated and is no longer maintained.

Data Source
grafana

DB2 Datasource

  • Overview
  • Installation
  • Change log
  • Related content

Grafana DB2 Data source

This data source had been deprecated. Use the Grafana Sqlyze data source.

A Grafana data source plugin for IBM DB2

BETA

This plugin is currently in BETA development and subject to change.

The BETA version currently returns all values as text. You can use Grafana Transformations to convert text fields to the proper data type (date, number, etc).

The DB2 data source uses ODBC

This plugin has a dependency on ODBC. Windows/Linux/MacOS all support ODBC. Some dependencies may need to be installed.

Using ODBC with Linux or MacOS

Install or make sure unixODBC is installed

https://www.ibm.com/docs/en/db2/11.5?topic=managers-installing-unixodbc-driver-manager

This plugin requires an ODBC driver. ODBC Drivers for DB2 are available through IBM or 3rd parties.

IBM drivers

SettingExample Value
Driver/Applications/dsdriver/lib/libdb2o.dylib
Timeout (seconds)10
host127.0.0.1
port50000
uiddb2inst1
pwd••••••••••••
databasesample

Third party drivers

Settings vary per driver. This plugin allows any key/value pair to support various DB2 ODBC drivers.

Installing DB2 Datasource:

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 DB2 Datasource 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.

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

v0.1.0 - 2023-10-31

  • ⚙️ Chore: Security update

v0.0.9 - 2023-06-08

  • ⚙️ Chore: backend libs updated with golang:1.20.5

v0.0.8 - 2023-05-04

  • ⚙️ Chore: Backend binaries are now compiled with golang 1.20.4

v0.0.7 - 2023-04-20

  • ⚙️ Chore: Backend binaries are now compiled with golang 1.20.3

v0.0.6

  • ⚙️ Chore: Update backend dependencies
  • ⚙️ Chore: Backend binaries are now compiled with Go 1.19.4

v0.0.5

  • ? Fix: set exec permission

v0.0.4

  • Add Linux ARM and Windows distributions

v0.0.3

  • ? Fix: more portable linux distribution

v0.0.1

  • Initial release.