You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/11/03 13:29:58 UTC

[skywalking] branch master updated: Add OpenTelemetry as new source for logs. (#8065)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cd39b3  Add OpenTelemetry as new source for logs. (#8065)
4cd39b3 is described below

commit 4cd39b375287d2421c5e1f0c9e3e858b32955f36
Author: liqiangz <li...@gmail.com>
AuthorDate: Wed Nov 3 21:29:44 2021 +0800

    Add OpenTelemetry as new source for logs. (#8065)
---
 docs/en/setup/backend/log-analyzer.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/en/setup/backend/log-analyzer.md b/docs/en/setup/backend/log-analyzer.md
index 1075600..7e7ac27 100644
--- a/docs/en/setup/backend/log-analyzer.md
+++ b/docs/en/setup/backend/log-analyzer.md
@@ -29,6 +29,10 @@ Point the output address to `restHost`:`restPort` of `receiver-sharing-server` o
 Take the following fluent-bit config files as an example to set up Fluent-bit:
 - [fluent-bit.conf](../../../../test/e2e-v2/cases/log/fluent-bit/fluent-bit.conf)
 
+#### OpenTelemetry
+You can use OpenTelemetry Collector to transport the logs to SkyWalking OAP.
+Read the doc on [Skywalking Exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/skywalkingexporter) for a detailed guide.
+
 ### Java agent's toolkits
 Java agent provides toolkits for 
 [log4j](https://github.com/apache/skywalking-java/blob/20fb8c81b3da76ba6628d34c12d23d3d45c973ef/docs/en/setup/service-agent/java-agent/Application-toolkit-log4j-1.x.md),