Skip to content

[Improve] The default variables query of panel pulsar-topics will trigger full query #95

@Gleiphir2769

Description

@Gleiphir2769

In the panel pulsar-topics, the query for cluster/namespace/topic may hang prometheus.

"query": "{namespace=~\".+\"}",

"query": "{topic=~\".+\"}",

"query": "{cluster=~\".+\"}",

It will query all the metrics to find all the cluster/namespace/topics, which may cause prometheus crash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions