Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/manage/partials/monitor-connectors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ifdef::env-kubernetes[]

To configure Prometheus to monitor Redpanda metrics in Kubernetes, you can use the https://prometheus-operator.dev/[Prometheus Operator^]:

. Follow the steps to https://prometheus-operator.dev/docs/user-guides/getting-started/[deploy the Prometheus Operator^].
. Follow the steps to https://prometheus-operator.dev/docs/getting-started/installation/[deploy the Prometheus Operator^].
+
Make sure to configure the Prometheus resource to target your Pods that are running Kafka Connect:
+
Expand Down Expand Up @@ -394,4 +394,4 @@ xref:manage:kubernetes/k-manage-connectors.adoc[].

endif::[]

// end::single-source[]
// end::single-source[]
2 changes: 1 addition & 1 deletion modules/manage/partials/monitor-redpanda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ifdef::env-kubernetes[]

To configure Prometheus to monitor Redpanda metrics in Kubernetes, you can use the https://prometheus-operator.dev/[Prometheus Operator^]:

. Follow the steps to https://prometheus-operator.dev/docs/user-guides/getting-started/[deploy the Prometheus Operator^].
. Follow the steps to https://prometheus-operator.dev/docs/getting-started/installation/[deploy the Prometheus Operator^].
+
Make sure to configure the Prometheus resource to target your Redpanda cluster:
+
Expand Down
Loading