Skip to content

Commit f2ecb12

Browse files
committed
Add connected client monitoring single sourced content
1 parent ca4a27b commit f2ecb12

File tree

7 files changed

+15
-3
lines changed

7 files changed

+15
-3
lines changed

modules/ROOT/nav.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,8 @@
514514
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-list.adoc[]
515515
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-set.adoc[]
516516
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-status.adoc[]
517+
**** xref:reference:rpk/rpk-cluster/rpk-cluster-connections.adoc[]
518+
***** xref:reference:rpk/rpk-cluster/rpk-cluster-connections-list.adoc[]
517519
**** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs.adoc[]
518520
***** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc[]
519521
**** xref:reference:rpk/rpk-cluster/rpk-cluster-info.adoc[]

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This page lists new features added to Redpanda Cloud.
88

99
== November 2025
1010

11+
=== Connected client monitoring
12+
13+
You can view details about Kafka client connections using `rpk` or the Data Plane API. This allows you to view detailed information about active client connections on a cluster, and identify and troubleshoot problematic clients. For more information, see the xref:manage:cluster-maintenance/manage-throughput.adoc#view-connected-client-details[connected client details] example in the Manage Throughput guide.
14+
1115
=== Redpanda Connect updates
1216

1317
Redpanda Connect provides a simplified xref:develop:connect/connect-quickstart.adoc[quickstart] experience in the UI that helps you to start building data pipelines. The quickstart wizard creates pipelines to stream data into and out of Redpanda, populating the required YAML configuration automatically.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
:page-aliases: manage:cluster-maintenance/configure-availability.adoc
33
:description: Learn about guidelines for configuring client connections in Redpanda clusters for optimal availability.
44

5-
include::ROOT:manage:cluster-maintenance/configure-client-connections.adoc[tag=single-source]
5+
include::25.3@ROOT:manage:cluster-maintenance/configure-client-connections.adoc[tag=single-source]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
= Manage Throughput
22
:description: Manage the throughput of Kafka traffic with configurable properties.
33

4-
include::ROOT:manage:cluster-maintenance/manage-throughput.adoc[tag=single-source]
4+
include::25.3@ROOT:manage:cluster-maintenance/manage-throughput.adoc[tag=single-source]

modules/manage/pages/monitor-cloud.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ It includes https://github.com/redpanda-data/observability#grafana-dashboards[ex
8181

8282
== Monitor health and performance
8383

84-
include::ROOT:manage:partial$monitor-health.adoc[tag=single-source]
84+
include::25.3@ROOT:manage:partial$monitor-health.adoc[tag=single-source]
8585

8686
== References
8787

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= rpk cluster connections list
2+
3+
include::25.3@ROOT:reference:rpk/rpk-cluster/rpk-cluster-connections-list.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= rpk cluster connections
2+
3+
include::25.3@ROOT:reference:rpk/rpk-cluster/rpk-cluster-connections.adoc[tag=single-source]

0 commit comments

Comments
 (0)