The monitoring service should be handled more carefully #697
Labels
category/monitoring
Categorizes issue or PR related to monitoring components.
status/TODO
Categorizes issue as we will do it.
type/bug
Categorizes issue as related to a bug.
Milestone
Bug Report
When we try to stop or disable a node, it will stop or disable the monitoring service(node_exporter & blackbox_exporter) regardless if there are other service still running on that node.
Please answer these questions before submitting your issue. Thanks!
tiup cluster stop test -N xxx.xxx.xxx.xxx:port
tiup cluster disable test -N xxx.xxx.xxx.xxx:port
What did you expect to see?
Only the specified node should be stoped
What did you see instead?
The monitoring services are stoped too.
The text was updated successfully, but these errors were encountered: