Plugins 〉Mosaic


Developer

boazreicher


Sign up to receive occasional product news and updates:



Panel
community

Mosaic

  • Overview
  • Installation
  • Change log
  • Related content

Mosaic Plot

logo

Documentation can be found here

Mosaic Plot is a Grafana panel plugin for visualizing large datasets as heatmaps
Mosaic Plot differs from existing heatmap panels by providing several additional features as well as by providing many more styling options

Besides visualizing regular heatmaps, Mosaic Plot can be used to plot regular timeseries data with high cardinalities in a very space-efficient manner
Mosaic Plot can be configured to be very compact, allowing a user to show a very large amount of data while taking up only a minimum porition of a dashboard's "real estate"


demo1 stats variations cariationa2 mandelbrot focus


pages-build-deployment

CI

Release

Installing Mosaic 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 Mosaic 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.14

Fixed axis labels when using light theme (https://github.com/boazreicher/mosaic-plot/issues/3)

1.0.13

Updated data format options to support usecases with a single data frame (https://github.com/boazreicher/mosaic-plot/issues/2)

1.0.10

Added the soft-max option (https://github.com/boazreicher/mosaic-plot/issues/1)

1.0.0 (Unreleased)

Initial release.