STREAMING TABLE
The Streaming Table widget is used to display a table of metric values. By default, it contains four columns: entity, metric, time, and value.
Chart Lab: View
Chart Lab: View
Chart Lab: View
Chart Lab: View
Chart Lab: View
Chart Lab: View
Chart Lab: View
Chart Lab: View
Chart Lab: View
[widget] Settings
Inherited settings from Generic Widget: type, title, tooltip, left-units, top-units, width-units, height-units, timespan, path, url, alert-style, alert-expression, style, format, last.
Inherited settings from Generic Table: replace-underscore, capitalize, display-tags, show-tag-names, sort, column-{key}, columns, class, transpose.
Name | Description |
---|---|
hide-empty-series | Hide series for which no data arrived or their validity expired (true by default). |
expire-time-span | The interval determines the validity of the last series value. |
[series] Settings
Inherited settings from Generic Widget [series]: entity, metric, alert-expression, alert-style, style, color, label, tooltip, format, refresh-interval, retry-refresh-interval, error-refresh-interval.
In the [series] tag for this widget, you can specify the setting hide-if-empty
, which overrides the hide-empty-series indicated for all of the tables. If for some series alert-expression is indicated, then it is possible to sort the tables according to their values specified in the setting sort key alert.
Configuration Example
Chart Lab: View
[widget] type = table title = CPU Usage column-time = null column-metric = null column-value = CPU Usage alert-expression = value > 4 alert-style = background-color: orange sort = value desc [series] entity = nurswgvml003 metric = cpu_busy [series] entity = nurswgvml006 metric = cpu_busy [series] entity = nurswgvml007 metric = cpu_busy [series] entity = nurswgvml010 metric = cpu_busy |