Plugins 〉Singlestat
Singlestat
Singlestat
The Singlestat panel allows you to show the one main summary stat of a single time series.
Note: Singlestat has been superseded by the Stat panel and is no longer available from Grafana 8.0. For more information on how to migrate, refer to Migrate to the new Stat panel.
Features
- Reduce a time series into a single numeric value
- Configure thresholds to color the stat or the panel background
- Translate the numeric value into a text value
- Show a sparkline summary of the time series
Installation
To install using the Grafana CLI, run the following command in the terminal:
grafana-cli plugins install grafana-singlestat-panel
For more ways to install the plugin, refer to Install Grafana plugins.
Documentation
For more information on how to use the Singlestat panel, refer to Singlestat Panel .
Migrate to the new Stat panel
Starting with Grafana 8.0, panels using the Singlestat visualization will be automatically migrated to the new Stat panel.
If you don't want to switch to the Stat panel just yet, you can prevent the migration by installing this plugin before you start Grafana.
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 Singlestat 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 Singlestat 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.
Change Log
All notable changes to this project will be documented in this file.
v2.0.0
- Bump dependencies
- Migrate to using
getColorByName
instead ofgetColorForTheme
to support Grafan 9 - Migrate to using
GrafanaThema2
instead ofGrafanaTheme
- Migrate to using
convertOldAngularValueMappings
from@grafana/data
package instead ofconvertOldAngularValueMapping
from@grafana/ui
package - Bump minimum supported Grafana version to
8.+
- Remove dependency for
@grafana/ui
as not needed any more
v1.0.0
- Initial Release