Skip to content

QueryMode🔗

Definition🔗

class QueryMode(enum.StrEnum):
    METRICS = "Metrics"
    LOGS = "Logs"
    ANNOTATIONS = "Annotations"