add Pulsar Reporter docs link (#66)
This commit is contained in:
parent
8eceb1166f
commit
02d6b9c2d8
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue