healchow commented on code in PR #571:
URL: https://github.com/apache/inlong-website/pull/571#discussion_r1000263529


##########
docs/modules/dataproxy/configuration.md:
##########
@@ -0,0 +1,50 @@
+---
+title: Configuration
+sidebar_position: 3
+---
+## Basic Configuration (common.properties)
+
+| Parameter                                                     | Description  
                                                                     | Default  
                                | Notes                                         
                                                                    |
+|--------------------------------------------------------|-----------------------------------------------------------------------------------|--------------------------------------|-------------------------------------------------------------------------------------------------------------------|
+| manager.hosts                                           | InLong-Manager 
http host and port                                                 | 
127.0.0.1:8083                        | Empty is not allowed, the format is 
configured according to the format of {ip1:port1}[,{ip2:port2}][,{ip3:port3}] |
+| manager.auth.secretId                                   | InLong-Manager 
authentic secretId                                                 | `blank`    
                             | If InLong-Manager doesn't open authentic 
service, this parameter can be empty.                                    |
+| manager.auth.secretKey                                  | InLong-Manager 
authentic secretKey                                                | `blank`    
                                |                                               
                                                                    |
+| proxy.cluster.tag                                       | The cluster set 
name where the dataproxy is located                               | 
default_cluster                      | A cluster set can contain multiple 
dataproxy and MQ clusters                                                      |
+| proxy.cluster.name                                      | The cluster name 
where dataproxy is located                                       | 
default_dataproxy                    | used to distinguish different 
environments                                                                    
    |
+| proxy.cluster.inCharges                                 | The incharge of 
the cluster where dataproxy is located                            | admin       
                         |                                                      
                                                             |
+| configCheckInterval                                     | Configuration file 
checking and loading interval of the conf directory (unit: ms) | 10000          
                |                                                               
                                                    |
+| metricDomains                                           | JMX domain name    
                                                               | DataProxy      
                       | Obtain the following configuration items of 
"metricDomains.${metricDomains}.xxx" through this configuration value |
+| metricDomains.DataProxy.domainListeners                 | The class for 
indicator monitoring, and the service is started through reflection of the 
class name                                                               | 
org.apache.inlong.dataproxy.metrics.prometheus.PrometheusMetricListener    | If 
there are multiple indicator monitoring class configurations, separate them by 
spaces, carriage returns, or line feeds                                         
                                           |
+| metricDomains.DataProxy.snapshotInterval                | Time interval for 
periodic reporting of indicators (unit: ms)                                     
                            | 60000                             |               
                                                                                
                    |
+| prometheusHttpPort                                      | The port when 
reporting using Prometheus                                                      
     | 9081                               |                                     
                                                                              |
+| audit.enable                                            | Whether to enable 
data reporting InLong-Audit service                                             
            | true                                |                             
                                                                                
      |
+| audit.proxys                                            | The address of the 
InLong-Audit service                                                            
    | 127.0.0.1:10081                      | 格式按照 {ip1:port1}[ {ip2:port2}][ 
{ip3:port3}]进行配置,不同ip:port间通过空格、回车,或换行符进行分隔                                     
  |

Review Comment:
   Should change to English.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to