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

    Interface LabelMetric

    A label metric with string values.

    interface LabelMetric {
        name: string;
        values: string[];
    }
    Index

    Properties

    Properties

    name: string

    Label name.

    values: string[]

    Label values.