From c8e808758c3be98e62f9a8b006b65efc5937adf9 Mon Sep 17 00:00:00 2001 From: Allen Zhong Date: Wed, 28 Jul 2021 11:29:46 +0800 Subject: [PATCH] examples: update monitored section of dm --- embed/templates/examples/dm/topology.example.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/embed/templates/examples/dm/topology.example.yaml b/embed/templates/examples/dm/topology.example.yaml index ae2be9af35..f17b5cf42a 100644 --- a/embed/templates/examples/dm/topology.example.yaml +++ b/embed/templates/examples/dm/topology.example.yaml @@ -70,3 +70,10 @@ alertmanager_servers: # deploy_dir: "/tidb-deploy/alertmanager-9093" # data_dir: "/tidb-data/alertmanager-9093" # log_dir: "/tidb-deploy/alertmanager-9093/log" + +# if monitored is set, node_exporter and blackbox_exporter will be +# deployed with the port specified, otherwise they are not deployed +# on the server to avoid conflict with tidb clusters +#monitored: +# node_exporter_port: 9100 +# blackbox_exporter_port: 9115