Fix a wrong folder name about optional reporter (#685)
This commit is contained in:
parent
ec2a2d4188
commit
75deff1923
|
|
@ -1,5 +1,5 @@
|
|||
# Advanced Reporters
|
||||
The advanced report provides an alternative way to submit the agent collected data to the backend. All of them are in the `optional-reporter-plugins` folder, move the one you needed into the `reporter-plugins` folder for the activation. **Notice, don't try to activate multiple reporters, that could cause unexpected fatal errors.**
|
||||
The advanced report provides an alternative way to submit the agent collected data to the backend. All of them are in the `optional-reporter-plugins` folder, move the one you needed into the `plugins` folder for the activation. **Notice, don't try to activate multiple reporters, that could cause unexpected fatal errors.**
|
||||
|
||||
## Kafka Reporter
|
||||
The Kafka reporter plugin support report traces, JVM metrics, Instance Properties, and profiled snapshots to Kafka cluster, which is disabled in default. Move the jar of the plugin, `kafka-reporter-plugin-x.y.z.jar`, from `agent/optional-reporter-plugins` to `agent/plugins` for activating.
|
||||
|
|
|
|||
Loading…
Reference in New Issue