Skip to content

MatcherScope🔗

Definition🔗

type MatcherScope string
const (
    MatcherScopeSeries MatcherScope = "series"
    MatcherScopeNested MatcherScope = "nested"
    MatcherScopeAnnotation MatcherScope = "annotation"
    MatcherScopeExemplar MatcherScope = "exemplar"
)