tsqtsq - v1.2.0
    Preparing search index...

    Enumeration MatchingOperator

    PromQL label matching operators (=, !=, =~, !~).

    Index

    Enumeration Members

    equal: "="
    notEqual: "!="
    notRegexMatch: "!~"
    regexMatch: "=~"