tsqtsq - v1.4.0
    Preparing search index...

    Enumeration MatchingOperator

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

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