From fe774655407a9e425f96d8a315e11ca5e3bb42b3 Mon Sep 17 00:00:00 2001 From: Daming Date: Fri, 18 Sep 2020 21:55:18 +0800 Subject: [PATCH] Update How-to-enable-kafka-reporter.md (#5517) --- .../service-agent/java-agent/How-to-enable-kafka-reporter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/setup/service-agent/java-agent/How-to-enable-kafka-reporter.md b/docs/en/setup/service-agent/java-agent/How-to-enable-kafka-reporter.md index c4b183e92..0d2fbe586 100644 --- a/docs/en/setup/service-agent/java-agent/How-to-enable-kafka-reporter.md +++ b/docs/en/setup/service-agent/java-agent/How-to-enable-kafka-reporter.md @@ -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.