Skip to content

Commit

Permalink
fix kafka monitor doc (#11606)
Browse files Browse the repository at this point in the history
  • Loading branch information
smartboy37597 authored Nov 28, 2023
1 parent 5ab32aa commit 8418d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/setup/backend/backend-kafka-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Kafka entity as a `Service` in OAP and on the `Layer: KAFKA`.
1. Setup [prometheus_JMX_Exporter](https://github.com/prometheus/jmx_exporter). This is an example for JMX Exporter configuration [kafka-2_0_0.yml](https://github.com/prometheus/jmx_exporter/blob/main/example_configs/kafka-2_0_0.yml).
2. Set up [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/getting-started/#kubernetes). The example
for OpenTelemetry Collector configuration, refer
to [here](../../../../test/e2e-v2/cases/rabbitmq/otel-collector-config.yaml).
to [here](../../../../test/e2e-v2/cases/kafka/kafka-monitoring/otel-collector-config.yaml).
3. Config SkyWalking [OpenTelemetry receiver](opentelemetry-receiver.md).

## Kafka Monitoring
Expand Down Expand Up @@ -74,7 +74,7 @@ the OAP. In each cluster, the kafka brokers are represented as `Instance`.
You can customize your own metrics/expression/dashboard panel.
The metrics definition and expression rules are found
in `/config/otel-rules/kafka/kafka-cluster.yaml, /config/otel-rules/kafka/kafka-node.yaml`.
The RabbitMQ dashboard panel configurations are found in `/config/ui-initialized-templates/kafka`.
The Kafka dashboard panel configurations are found in `/config/ui-initialized-templates/kafka`.

## Reference
For more details on monitoring Kafka and the metrics to focus on, see the following articles:
Expand Down

0 comments on commit 8418d65

Please sign in to comment.