Plugins 〉ESNET Matrix Panel


Developer

Esnet


Sign up to receive occasional product news and updates:



Panel
community

ESNET Matrix Panel

  • Overview
  • Installation
  • Change log
  • Related content

Matrix Panel Plugin

This plugin creates a 2D matrix showing the relationship between 2 selected fields (source and target). Note: This is NOT inteded to use with time series data or large data sets. It also will not render if there are >200 rows or columns

Options

Display

Source Field: The field you want to use on the vertical axis. Target Field: The field you want to use on the horizontal axis. Value Field: The metric you want to use to color the boxes. Source/Target/Value Text: The text to appear in the tool tip.

Cell Size: The size of each square. This number sets the width of the square in pixels. Cell Padding: The relative padding between each square. Text Length: The max number of characters to include before truncating the label. Using a smaller number here can help prevent Text Size: The size of the text labels

Null Color: The color to use for a square when "null" is returned by the query No Data Color: The color to use for a square when there is no value returned by the query for the specified source and target pair.

Colors

The color of each square will be determined by the selected metric and the color choice in the Standard Options.

Installing ESNET Matrix Panel on Grafana Cloud:

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 ESNET Matrix Panel 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. 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.5

Fixed repo link Fixed bug with null color values

1.0.6

Allow for up to 200 UNIQUE rows and columns Print "No Data" instead of throwing error if dataframe is empty

1.0.9

update grafana tooling to webpack