Skip to content

Commit 8d9c842

Browse files
committed
Tweak line highlight
1 parent 256c86c commit 8d9c842

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/manage/pages/cluster-maintenance/configure-client-connections.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ifndef::env-cloud[]
3232
Before you configure connection limits or reconnection settings, start by gathering detailed data about your client connections.
3333

3434
* Internal metrics that follow the `vectorized_kafka_rpc_.\*connect*` naming pattern provide details on Kafka client connection activity. For example, xref:reference:internal-metrics-reference.adoc#vectorized_kafka_rpc_active_connections[`vectorized_kafka_rpc_active_connections`] reports the current number of active connections.
35-
* For Redpanda v25.3 and later, use `rpk cluster connections list` or the Admin API ListKafkaConnections endpoint to identify:
35+
* For Redpanda v25.3 and later, use xref:reference:rpk/rpk-cluster/rpk-cluster-connections-list.adoc[`rpk cluster connections list`] or the Admin API ListKafkaConnections endpoint to identify:
3636
+
3737
--
3838
** Which clients and applications are connected

modules/manage/pages/cluster-maintenance/manage-throughput.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ curl -s -X POST \
8181
.Show example API response
8282
[%collapsible]
8383
====
84-
[,json,role=no-copy,lines=54]
84+
[,json,role=no-copy,lines=55]
8585
----
8686
{
8787
"connections": [
@@ -277,7 +277,7 @@ curl -s -X POST \
277277
.Show example API response
278278
[%collapsible]
279279
====
280-
[,json,lines=23]
280+
[,json,lines=24]
281281
----
282282
{
283283
"connections": [

modules/manage/partials/monitor-health.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ curl -s -X POST "localhost:9644/redpanda.core.admin.v2.ClusterService/ListKafkaC
173173
.Show example API response
174174
[%collapsible]
175175
====
176-
[,bash,role=no-copy,lines=54]
176+
[,bash,role=no-copy,lines=55]
177177
----
178178
{
179179
"connections": [
@@ -256,7 +256,7 @@ curl \
256256
.Show example API response
257257
[%collapsible]
258258
====
259-
[,bash,role=no-copy,lines=55]
259+
[,bash,role=no-copy,lines=54]
260260
----
261261
{
262262
"connections": [

0 commit comments

Comments
 (0)