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

    Type Alias GaugeMetric

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    type GaugeMetric = {
        name: string;
        unit: MetricUnit;
        values: [number, number][];
    }
    Index

    Properties

    Properties

    name: string

    Timeseries name.

    Unit of the metric.

    values: [number, number][]

    Timeseries values. Each element is a tuple of a timestamp in Unix epoch seconds and a data point. The data point represents the value at the instant of the timestamp.