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.