General
Guides
Development
API
Charts
- Bar Chart
- Bar Chart (Discrete)
- Donut Chart
- Scatter Plot
- Simple Time Series
- Singlegraph
- Singlegraph Grid
- Standard Time Series
Text
- Comparison Jumbotron Singlestat
- Comparison Singlestat
- Comparison Summation Table
- Heading
- Jumbotron Singlestat
- Markdown
- Percentage Table
- Singlestat
- Summation Table
- Timer Stat
- Time-Shifted Jumbotron Singlestat
- Time-Shifted Singlestat
- Time-Shifted Summation Table
Layout
Singlestat
The singlestat dashboard item presents a single numeric value from
the summation of a data series.
Attributes
| Attribute | Default Value | |
|---|---|---|
title |
||
units |
||
format |
,.3s |
|
transform |
mean |
One of the Summation fields - sum, min, max, mean, median, first, last, or count |
query |
||
index |
Example

{
"item_type": "singlestat",
"item_id": "d9",
"query": "single_big",
"title": "Median Latency",
"format": ",.3s",
"transform": "median",
"units": "ms"
}