Skip to content

Commit e1542bc

Browse files
authored
docs: rethinking metrics approach (#273)
* docs: rethinking metrics approach * docs: tweak metrics
1 parent 29129a8 commit e1542bc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

olm/quickstarts/rhosak-openshift-getting-started-quickstart.yaml

+8-6
Original file line numberDiff line numberDiff line change
@@ -199,15 +199,17 @@ spec:
199199
failed: Try the steps again.
200200
- title: Viewing metrics for a Kafka instance in Streams for Apache Kafka
201201
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.
203203
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.
205205
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.
207207
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.
209209
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:
211213
212214
- **Kafka instance metrics**
213215
- **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:
216218
- **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.
217219
review:
218220
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?
220222
failedTaskHelp: This task isn’t verified yet. Try the task again.
221223
summary:
222224
success: >-

0 commit comments

Comments
 (0)