You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifservers, found:=topoHasField("Masters"); found {
the dm worker and master nodes are not added to the uniqueHost set, where node_exporter configs are generated from. (and there is a typo in the function name as well...)
Bug Report
Please answer these questions before submitting your issue. Thanks!
Cannot monitor DM-worker from Node_exporter.
----- topology.yml -----
global:
user: "tidb" ##DM Master,Workerノードに作成されるOSユーザ
ssh_port: 22 ##SSHで利用するポート
deploy_dir: "/dm/deploy" ##deployフォルダが作成されるパス
data_dir: "/dm/data" ##dataフォルダが作成されるパス
monitored: # 各ノードのCPU、メモリ、Disk容量などを監視する場合に必要な設定
node_exporter_port: 19100
blackbox_exporter_port: 19115
deploy_dir: /home/tidb/dm/deploy/monitor-19100
data_dir: /dm/data/monitor-19100
log_dir: /dm/deploy/monitor-19100/log
master_servers:
worker_servers:
monitoring_servers:
grafana_servers:
alertmanager_servers:
----- prometheus.yml -----
- targets:
- '172.36.20.137:19100'
labels:
group: 'node_exporter'
Can monitor DM-worker from Node_exporter.
No, can't see it.
tiup --version
)?1.5.6 tiup
Go Version: go1.16.7
Git Ref: v1.5.6
GitHash: 1d1478d
The text was updated successfully, but these errors were encountered: