Skip to content

Commit ed4d07b

Browse files
authored
Fix grafana step (#447)
* Fix grafana step. * Fix syntax.
1 parent 6d688f7 commit ed4d07b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/kafka/metrics-monitoring-kafka/README.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,12 @@ This procedure follows the https://prometheus.io/docs/prometheus/latest/configur
172172
----
173173

174174
The new scrape target becomes available after the configuration has reloaded.
175-
176-
You can view your collected metrics in the Prometheus expression browser at `http://__<host>__:__<port>__/graph`, or integrate your Prometheus data source with a data-graphing tool such as Grafana. For information about Prometheus metrics in Grafana, see https://prometheus.io/docs/visualization/grafana/[Grafana Support for Prometheus] in the Grafana documentation.
175+
--
176+
. View your collected metrics in the Prometheus expression browser at `http://__<host>__:__<port>__/graph`, or integrate your Prometheus data source with a data-graphing tool such as Grafana. For information about Prometheus metrics in Grafana, see https://prometheus.io/docs/visualization/grafana/[Grafana Support for Prometheus] in the Grafana documentation.
177+
+
178+
--
179+
If you use Grafana with your Prometheus instance, you can import the predefined https://grafana.com/grafana/dashboards/15835[{product-long-kafka} Grafana dashboard] to set up your metrics display. For import instructions, see https://grafana.com/docs/grafana/v7.5/dashboards/export-import/#importing-a-dashboard[Importing a dashboard] in the Grafana documentation.
180+
--
177181

178182
When you create a Kafka instance and add new topics, the metrics are initially empty. After you start producing and consuming messages in your services, you can return to your monitoring tool to view related metrics. For example, to use Kafka scripts to produce and consume messages, see {base-url}{kafka-bin-scripts-url-kafka}[_Configuring and connecting Kafka scripts with {product-long-kafka}_^].
179183

@@ -219,9 +223,6 @@ spec:
219223
----
220224
====
221225

222-
--
223-
. In the Prometheus instance that you previously installed in your monitoring environment, import the predefined https://grafana.com/grafana/dashboards/15835[{product-long-kafka} Grafana dashboard] to set up your metrics display. For import instructions, see https://grafana.com/docs/grafana/v7.5/dashboards/export-import/#importing-a-dashboard[Importing a dashboard] in the Grafana documentation.
224-
225226
[role="_additional-resources"]
226227
.Additional resources
227228
* {base-url}{getting-started-url-kafka}[_Getting started with {product-long-kafka}_^]

0 commit comments

Comments
 (0)