Update How-to-enable-kafka-reporter.md (#5517)
This commit is contained in:
parent
c65bcf1142
commit
fe77465540
|
|
@ -1,6 +1,6 @@
|
|||
# How to enable 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 from `optional-reporter-plugins` to `reporter-plugins` for activating.
|
||||
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.
|
||||
|
||||
Notice, currently, the agent still needs to configure GRPC receiver for delivering the task of profiling. In other words, the following configure cannot be omitted.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue