From 02d6b9c2d85da2b1b1ce3e2a8013373e0e371ba1 Mon Sep 17 00:00:00 2001 From: CoderGang <3297449167@qq.com> Date: Sat, 6 Nov 2021 19:51:29 +0800 Subject: [PATCH] add Pulsar Reporter docs link (#66) --- .../en/setup/service-agent/java-agent/advanced-reporters.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/setup/service-agent/java-agent/advanced-reporters.md b/docs/en/setup/service-agent/java-agent/advanced-reporters.md index 396e90582..c6687518b 100644 --- a/docs/en/setup/service-agent/java-agent/advanced-reporters.md +++ b/docs/en/setup/service-agent/java-agent/advanced-reporters.md @@ -33,3 +33,9 @@ plugin.kafka.producer_config_json={"delivery.timeout.ms": 12000, "compression.ty Currently, there are 2 ways to configure advanced configurations below. Notice that, the new way, configured in JSON format, will be overridden by `plugin.kafka.producer_config[key]=value` when they have the duplication keys. +## 3rd party reporters +There are other reporter implementations from out of the Apache Software Foundation. + +## Pulsar Reporter +Go to [Pulsar-reporter-plugin](https://github.com/SkyAPM/transporter-plugin-for-skywalking/blob/main/docs/en/pulsar/Pulsar-Reporter.md) for more details. +