You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[kafka] Consolidate DSM mentions into a single top-of-page callout
Switches the top callout to the same purple "NEW Kafka Monitoring" box
treatment used in the sibling docs PR, with Piotr's wording (consumer
lag, throughput, schemas, message reading).
Removes two redundant mid-page "Add Data Streams Monitoring..." lines
that duplicated the top callout. Cleans up the now-orphan [24] and
[25] reference definitions.
Per @piochelepiotr's PR comment.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: kafka/README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,17 @@
2
2
3
3
![Kafka Dashboard][1]
4
4
5
-
**Already collecting Kafka metrics with the Agent?** Pair them with [Data Streams Monitoring for Kafka][26] to track end-to-end producer/consumer lag, throughput, and message lineage.
View Kafka broker metrics and logs for a 360-view of the health and performance of your Kafka clusters in real time.
10
15
11
-
Add [Data Streams Monitoring][24] to your producers and consumers to visualize the application topology, root cause issues across services, and measure end to end latency, throughput and lag.
12
-
13
16
**Note**:
14
17
15
18
- This check has a limit of 350 metrics per instance. The number of returned metrics is indicated in the Agent status output. Specify the metrics you are interested in by editing the configuration below. For more detailed instructions on customizing the metrics to collect, see the
@@ -27,8 +30,6 @@ To collect Kafka consumer metrics, see the [kafka_consumer check][3].
27
30
28
31
The Agent's Kafka check is included in the [Datadog Agent][4] package, no additional installation is needed on your Kafka nodes.
29
32
30
-
Add [Data Streams Monitoring][24] to your producers and consumers to visualize the application topology, root cause issues across services, and measure end to end latency, throughput and lag.
31
-
32
33
The check collects metrics from JMX with [JMXFetch][5]. A JVM is needed on each kafka node so the Agent can run JMXFetch. The same JVM that Kafka uses can be used for this.
33
34
34
35
**Note**: The Kafka check cannot be used with Managed Streaming for Apache Kafka (Amazon MSK). Use the [Amazon MSK integration][6] instead.
@@ -186,6 +187,3 @@ See [service_checks.json][15] for a list of service checks provided by this inte
0 commit comments