Plugins 〉Convertify
Convertify
Convertify Panel for Grafana
Convertify is a powerful panel plugin for Grafana designed to help visualize real-time data with detailed bit-level analysis. It integrates with Grafana's time-series data and transforms it into binary or hexadecimal representations. This plugin is perfect for monitoring and analyzing data with bitfield structures, such as industrial systems, IoT devices, or control systems.
Features
- Real-time Data Visualization: Visualizes time-series data from Grafana.
- Binary and Hexadecimal Conversion: Convert numerical values into binary or hexadecimal formats.
- Bit-Level Representation: Show bit-level status using predefined bitfields (e.g., Status, Stop, Emergency Stop).
- Pagination: Data is displayed in pages, making it easy to navigate large datasets.
- Flexible Data Input: Works with any time-series data with numerical values.
- Customizable Text Size: Adjust text size for better readability.
- Dynamic Text Color: Select text colors based on the Grafana theme.
How It Works
The panel works by transforming numerical values into binary or hexadecimal formats and displaying them in a table along with their corresponding bitfield values.
Key Concepts:
- Binary Conversion: Each numerical value is converted into a 32-bit binary representation.
- Hex Conversion: The panel can also convert values into a hexadecimal format.
- Bitfields: Each value is analyzed according to predefined bitfields (e.g., Status, Stop, Fault Stop), where each bit represents a specific status (set or clear).
Expected Data Format
For the plugin to work, you need a time-series dataset that contains both time and numerical fields. Here's an example of the expected data:
Timestamp | Value |
---|---|
2025-01-01 12:00:00 | 1024 |
2025-01-01 12:01:00 | 2048 |
- Time: A field containing timestamp data (required).
- Value: A numerical field representing the data to be visualized (required).
Using the Plugin
- Add the Panel to a Dashboard: Once installed, add the Convertify panel to your dashboard like any other panel.
- Configure the Data Source: Choose a data source that provides time-series data with numerical values.
- Select Conversion Type: Choose whether to visualize the data as binary, hexadecimal, or both.
- Use Filters: Apply filters to view data for specific bitfields.
- Navigate through Pages: Use the pagination buttons to navigate through large datasets.
Configuration Options
- Text Size: Choose between small, medium, or large text size.
- Field Selection: Pick a numerical field from your dataset.
- Conversion Type: Display data in binary, hexadecimal, or both formats.
- Text Color: Customize text color dynamically based on Grafana's theme.
- Show Constant Columns: Toggle to show or hide the bitfield columns for status monitoring.
Screenshots
License
This plugin is licensed under the MIT License. See the LICENSE file for more details.
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Grafana Cloud Free
- Free tier: Limited to 3 users
- Paid plans: $55 / user / month above included usage
- Access to all Enterprise Plugins
- Fully managed service (not available to self-manage)
Self-hosted Grafana Enterprise
- Access to all Enterprise plugins
- All Grafana Enterprise features
- Self-manage on your own infrastructure
Installing Convertify 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.
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 Convertify 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.
Changelog
1.0.0 (Unreleased)
Initial release.