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
Copy file name to clipboardexpand all lines: olm/quickstarts/rhosak-openshift-getting-started-quickstart.yaml
+8-6
Original file line number
Diff line number
Diff line change
@@ -199,15 +199,17 @@ spec:
199
199
failed: Try the steps again.
200
200
- title: Viewing metrics for a Kafka instance in Streams for Apache Kafka
201
201
description: >-
202
-
After you create Kafka topics in your Kafka instance and start producing and consuming messages in your services, use the **Dashboard** tab in the Kafka instance to view metrics for the instance and topics. These metrics help you understand the performance and data usage for your Kafka instance and topics.
202
+
After you create Kafka topics in your Kafka instance, you can start producing and consuming messages using methods such as [Kafka](https://kafka.apache.org/downloads) scripts, [Kafkacat](https://github.com/edenhill/kcat), or a [Quarkus](https://quarkus.io/) application.
203
203
204
-
1. In the **Kafka Instances** page of the web console, click the name of the Kafka instance for which you want to view metrics.
204
+
After you produce and consume messages in your services, you can return to the Kafka instance in the web console and use the **Dashboard** page to view metrics for the instance and topics. The metrics help you understand the performance and data usage for your Kafka instance and topics.
205
205
206
-
1. Select the **Dashboard** tab and review the metrics for your Kafka instance and topics. Use the drop-down filters to refine the displayed metrics as needed.
206
+
- In the **Kafka Instances** page of the web console, click the name of the Kafka instance and select the **Dashboard** tab.
207
207
208
-
NOTE: In some cases, you might need to wait several minutes for the latest metrics to appear.
208
+
When you create your Kafka instance and topics, the **Dashboard** page is initially empty. After you start producing and consuming messages in your services, you can return to this page to view related metrics.
209
209
210
-
The following metrics are available:
210
+
NOTE: In some cases, after you start producing and consuming messages, you might need to wait several minutes for the latest metrics to appear. You might also need to wait until your instance and topics contain enough data for metrics to appear.
211
+
212
+
After your topics contain data, the following metrics are available:
211
213
212
214
- **Kafka instance metrics**
213
215
- **Used disk space**: Used disk space is the amount of disk space used by the Kafka brokers in the instance. This metric enables you to assess available disk space relative to the limit. To reduce used disk space, you can adjust topic retention time or other topic properties as needed.
@@ -216,7 +218,7 @@ spec:
216
218
- **Total bytes**: Total bytes is the total incoming and outgoing bytes for all topics or for a selected topic in the Kafka instance. This metric enables you to assess data transfer in and out of your Kafka instance. To modify incoming and outgoing bytes, you can adjust topic message size or other topic properties as needed.
217
219
review:
218
220
instructions: |-
219
-
Are metrics displayed for your Kafka instance and topics? You might need to wait several minutes for the latest metrics to appear.
221
+
Did you note how to navigate to the instance **Dashboard** page to view metrics later?
220
222
failedTaskHelp: This task isn’t verified yet. Try the task again.
0 commit comments