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

    Interface StreamMetricsInput

    Input for stream-level metrics.

    interface StreamMetricsInput {
        basin: string;
        end?: number | Date;
        interval?: TimeseriesInterval;
        set: "storage";
        start?: number | Date;
        stream: string;
    }
    Index

    Properties

    basin: string

    Basin name.

    end?: number | Date

    End timestamp (Date, or milliseconds since Unix epoch), if applicable for the metric set.

    Interval to aggregate over for timeseries metric sets.

    set: "storage"

    Metric set to return.

    start?: number | Date

    Start timestamp (Date, or milliseconds since Unix epoch), if applicable for the metric set.

    stream: string

    Stream name.