diff options
| author | fengweihao <[email protected]> | 2020-04-14 17:01:08 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2020-04-14 17:01:08 +0800 |
| commit | f2e2832cbf5f75903372fb3a05f1537ea31dc136 (patch) | |
| tree | ff282faf6a26655c15bd1fe0f9cce4363aeb0118 /resource | |
| parent | 398907290e9a98711206dafb456d45f534ac4668 (diff) | |
TSG-1242 输出Prometheus格式的性能监控数据
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/conf/cert_store.ini | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/resource/conf/cert_store.ini b/resource/conf/cert_store.ini index d340bcc..ef0b2ee 100644 --- a/resource/conf/cert_store.ini +++ b/resource/conf/cert_store.ini @@ -4,6 +4,7 @@ DEBUG_SWITCH = 1 #10:DEBUG, 20:INFO, 30:FATAL RUN_LOG_LEVEL = 10 RUN_LOG_PATH = ./logs + [CONFIG] #Number of running threads thread-nu = 4 @@ -15,7 +16,7 @@ expire_after = 30 local_debug = 0 ca_path = ./cert/tango-ca-v3-trust-ca.pem untrusted_ca_path = ./cert/mesalab-ca-untrust.pem -[NTC_MAAT] +[MAAT] #Configure the load mode, #0: using the configuration distribution network #1: using local json @@ -43,4 +44,7 @@ port = 6379 ip = 192.168.11.243 port = 6379 dbindex = 4 +[stat] +statsd_server=192.168.10.72 +statsd_port=8126 |
