SkyAPM / go2sky

Distributed tracing and monitor SDK in Go for Apache SkyWalking APM
https://skywalking.apache.org/
Apache License 2.0
447 stars 122 forks source link

如何上报related logs #117

Closed soooldier closed 3 years ago

soooldier commented 3 years ago

请问skywalking UI 里的related logs是什么功能呢?需要如何上报log数据? image

wu-sheng commented 3 years ago

Check latest SkyWalking branch, and latest go2sky. Trace context is injected by go2sky. And use filebeat or fluentd to collect logs to OAP https://skywalking.apache.org/docs/main/latest/en/setup/backend/log-analyzer/ At last, use LAL to build the links. https://skywalking.apache.org/docs/main/latest/en/concepts-and-designs/lal/