diff --git a/docs/README.md b/docs/README.md index bec84c947..d0796a2d7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,5 +23,7 @@ * Protocol * [Cross Process Propagation Headers Protocol, v1.0](en/Skywalking-Cross-Process-Propagation-Headers-Protocol-v1.md) * FAQ + * [No other data but UI can query trace](cn/FAQ/Why-have-traces-no-others.md) + * [Too many GRPC log in the console](cn/FAQ/Too-many-gRPC-logs.md) * [The trace doesn't continue in kafka consumer side](en/FAQ/kafka-plugin.md) diff --git a/docs/README_ZH.md b/docs/README_ZH.md index 8b612efc1..2cf5f1658 100644 --- a/docs/README_ZH.md +++ b/docs/README_ZH.md @@ -28,3 +28,4 @@ * FAQ * [Trace查询有数据,但是没有拓扑图和JVM数据?](cn/FAQ/Why-have-traces-no-others-CN.md) * [加载探针,Console被GRPC日志刷屏](cn/FAQ/Too-many-gRPC-logs-CN.md) + * [Kafka消息消费端链路断裂](cn/FAQ/Kafka-plugin-CN.md) \ No newline at end of file diff --git a/docs/cn/FAQ/Why-have-traces-no-others-CN.md b/docs/cn/FAQ/Why-have-traces-no-others-CN.md index fcab017a3..a6588f9fb 100644 --- a/docs/cn/FAQ/Why-have-traces-no-others-CN.md +++ b/docs/cn/FAQ/Why-have-traces-no-others-CN.md @@ -2,7 +2,7 @@ - Agent和Collector正常工作,没有异常日志 - 已经对系统进行过访问,Trace查询有数据 - UI除Trace查询页面外,其他页面无数据 -- **页面顶部时间轴和当前系统时间不一致** +- 页面顶部时间轴和当前系统时间不一致 原因: 被监控系统所在的操作系统,未设置为当前时区,导致统计数据汇集时间点偏差。 diff --git a/docs/en/FAQ/Too-many-gRPC-logs.md b/docs/en/FAQ/Too-many-gRPC-logs.md new file mode 100644 index 000000000..58b4b124c --- /dev/null +++ b/docs/en/FAQ/Too-many-gRPC-logs.md @@ -0,0 +1,6 @@ +**Problem**: +Too many GRPC log in the console + +**Reason**:Skywalking uses the GRPC framework to send data, and the GRPC framework reads log configuration files for log output. + +**Resolve**: Add filter to `org.apache.skywalking.apm.dependencies` package in log configuration file diff --git a/docs/en/FAQ/Why-have-traces-no-others.md b/docs/en/FAQ/Why-have-traces-no-others.md new file mode 100644 index 000000000..3daa76b60 --- /dev/null +++ b/docs/en/FAQ/Why-have-traces-no-others.md @@ -0,0 +1,10 @@ +**Problem**: +- There is no abnormal log in Agent log and Collector log, +- The page can see the trace stack, but the others cannot see any data +- The top of the page Time line is inconsistent with the current system time + +**Reason**: +The operating system where the monitored system is located is not set as the current time zone, causing statistics collection time points to deviate. + +**Resolve**: +Set the time zone \ No newline at end of file