From 4153d9ce177689ef57e2a84b4f7899e5bb8ca9b4 Mon Sep 17 00:00:00 2001 From: CoderGang <3297449167@qq.com> Date: Sat, 6 Nov 2021 18:45:52 +0800 Subject: [PATCH 1/2] add Pulsar Reporter docs link --- docs/en/setup/service-agent/java-agent/advanced-reporters.md | 2 ++ 1 file changed, 2 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 396e90582e..f4c1661192 100644 --- a/docs/en/setup/service-agent/java-agent/advanced-reporters.md +++ b/docs/en/setup/service-agent/java-agent/advanced-reporters.md @@ -32,4 +32,6 @@ 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. +## Pulsar Reporter +[Pulsar-reporter-plugin](https://github.com/SkyAPM/transporter-plugin-for-skywalking/blob/main/docs/en/pulsar/Pulsar-Reporter.md) From 5618b2189fc5e4d3000a9e17c3f7e49a435e6f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Sat, 6 Nov 2021 19:01:43 +0800 Subject: [PATCH 2/2] Update advanced-reporters.md --- .../en/setup/service-agent/java-agent/advanced-reporters.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 f4c1661192..c6687518b5 100644 --- a/docs/en/setup/service-agent/java-agent/advanced-reporters.md +++ b/docs/en/setup/service-agent/java-agent/advanced-reporters.md @@ -32,6 +32,10 @@ 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 -[Pulsar-reporter-plugin](https://github.com/SkyAPM/transporter-plugin-for-skywalking/blob/main/docs/en/pulsar/Pulsar-Reporter.md) +Go to [Pulsar-reporter-plugin](https://github.com/SkyAPM/transporter-plugin-for-skywalking/blob/main/docs/en/pulsar/Pulsar-Reporter.md) for more details.