@s2-dev/streamstore - v0.18.1
    Preparing search index...

    Type Alias ScalarMetric

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    type ScalarMetric = {
        name: string;
        unit: MetricUnit;
        value: number;
    }
    Index

    Properties

    Properties

    name: string

    Metric name.

    Unit of the metric.

    value: number

    Metric value.