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

    Interface MetricSetResponse

    Response from a metrics query.

    interface MetricSetResponse {
        values: Metric[];
    }
    Index

    Properties

    Properties

    values: Metric[]

    Metrics comprising the set.