UAT/hotFix\347\211\210\346\234\254.md
... ...
@@ -108,7 +108,19 @@ cache-app版本:"sie-snest-cache-v2.8.1-RELEASE.jar"
108 108
配置中心版本:"sie-snest-config-v2.2.0-RELEASE.jar"
109 109
110 110
```
111
+**链路追踪新增配置:**
112
+1. application-dev.properties 添加
113
+```
114
+# 3000 毫秒上报一次
115
+tracing.flushInterval=3000
116
+# span 队列大小
117
+tracing.maxQueueSize=1000
118
+# 开启 InMomoryMetrics,默认为 false
119
+tracing.metrics=true
120
+```
111 121
122
+2. sie-iidp-monitor APP安装的容器, k8s 对应的容器添加环境变量`JAEGER_REPORTER_MAX_QUEUE_SIZE`,value为 1000
123
+JAEGER_REPORTER_MAX_QUEUE_SIZE 1000
112 124
113 125
***
114 126