@s2-dev/streamstore - v0.22.0
Preparing search index...
ScalarMetric
Interface ScalarMetric
A scalar metric with a single value.
interface
ScalarMetric
{
name
:
string
;
unit
:
MetricUnit
;
value
:
number
;
}
Index
Properties
name
unit
value
Properties
name
name
:
string
Metric name.
unit
unit
:
MetricUnit
Unit of the metric.
value
value
:
number
Metric value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
unit
value
@s2-dev/streamstore - v0.22.0
Loading...
A scalar metric with a single value.