Skip to content

Commit 38c958c

Browse files
committed
Add connected client monitoring single sourced content
1 parent c7b707b commit 38c958c

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
@@ -12,6 +12,10 @@ This page lists new features added to Redpanda Cloud.
1212

1313
You can now create xref:get-started:cluster-types/serverless.adoc[Serverless clusters] on Google Cloud Platform (GCP). Serverless on GCP is in a glossterm:beta[] release.
1414

15+
=== Connected client monitoring
16+
17+
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.
18+
1519
=== Redpanda Connect updates
1620

1721
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)