Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Gleiphir2769 opened this issue Apr 20, 2023 · 0 comments

Comments

@Gleiphir2769
Copy link

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.

@Gleiphir2769 Gleiphir2769 changed the title [Improve] The default variables query of panel pulsar-topics is unreasonable [Improve] The default variables query of panel pulsar-topics will trigger full query Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant