You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/11/30 02:22:30 UTC

[incubator-inlong-website] branch master updated: [InLong-1864][Improve][Agent] Agent Website doc contains a typo (#204)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a088d6  [InLong-1864][Improve][Agent] Agent Website doc contains a typo (#204)
4a088d6 is described below

commit 4a088d65c0bac648d63b5e16318801418efe7b07
Author: ziruipeng <zp...@connect.ust.hk>
AuthorDate: Tue Nov 30 10:09:10 2021 +0800

    [InLong-1864][Improve][Agent] Agent Website doc contains a typo (#204)
---
 docs/modules/agent/architecture.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/agent/architecture.md b/docs/modules/agent/architecture.md
index d9c89c8..1eebfb7 100644
--- a/docs/modules/agent/architecture.md
+++ b/docs/modules/agent/architecture.md
@@ -41,7 +41,7 @@ This type of collection reads binlog and restores data by configuring mysql slav
 Need to pay attention to multi-threaded parsing when binlog is read, and multi-threaded parsing data needs to be labeled in order
 The code is based on the old version of dbsync, the main modification is to change the sending of tdbus-sender to push to agent-channel for integration
 
-##4 Monitoring indicator configuration instructions
+## 4 Monitoring indicator configuration instructions
 
 Agent provides the ability of monitoring indicators in JMX mode, and the monitoring indicators have been registered to MBeanServer
 Users can add similar JMX (port and authentication are adjusted according to the situation) to the startup parameters of the Agent to realize the collection of monitoring indicators from the remote end.