Plugins 〉Bubble Chart
Bubble Chart
Bubble Chart Panel Plugin for Grafana
This panel is meant to have a centralized view of any component in the form of a bubble chart. Circles are grouped together into clusters based on tag values and circle size and color represents the aggregated value of time series data.
Grouping
Circles are grouped in multiple clusters as per alias format. Tag values separated by a group separator in alias field define chart hierarchy and grouping. For e.g. '$tag_dc,$tag_host' or 'DataCenter: $tag_dc, Host: $tag_host' will group all hosts under each data center circle. By default, a comma is a group separator which can be changed under 'Options' tab.
Options
- Show Text - Enable/Disable the text display within a circle.
- Stat - Aggregate data same as singlestat panel.
- Unit - Formats same as singlestate panel. Mouse hover on any circle will display the formatted value.
- Group Separator - Tag values separator in Alias for grouping.
- Color Schemes - Multiple color schemes.
- Group - In grouping scheme, circles are colored as per their grouping.
- Colors - Start and end range of colors for group hierarchy.
- Threshold - In threshold scheme, circles are colored as per threshold values.
- Thresholds - Threshold values.
- Colors - Colors for different threshold values.
- Gradient - In gradient scheme, circles are colored as per component value.
- Thresholds - Threshold values.
- Colors - Colors for gradient scale.
- Unique - In the unique scheme, different colors categories are applied to circles.
- Group - In grouping scheme, circles are colored as per their grouping.
Compatibility
Tested against following databases.
- OpenTSDB
- Bosun
- MySQL
- Use CONCAT function for the metric field in SQL expression to achieve multiple group hierarchy.
SELECT UNIX_TIMESTAMP(date) as time_sec, amt as value, CONCAT(server, ',', org) as metric FROM trade WHERE $__timeFilter(date) ORDER BY date ASC
Hopefully, it would work with other databases also.
Screenshots: Different color schemes.
Release Notes
- v1.0.0
- Initial commit.
- v1.1.0
- Compatability to Grafana 5.0.0 release.
- Changed outer circle tooltip name to panel title name.
- Fixes Tags not readable. CSS collision
- Fixes MySQL datasource example for grouping.
- Fixes Label artifact left behind on refresh.
- Fixes Chart is not show in combination with other d3 based plugin.
- v1.2.0
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 Bubble Chart 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 Panel
Use the grafana-cli tool to install Bubble Chart 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. Add the Panel to a Dashboard
Installed panels are available immediately in the Dashboards section in your Grafana main menu, and can be added like any other core panel in Grafana.
To see a list of installed panels, click the Plugins item in the main menu. Both core panels and installed panels will appear.