# Monitoring

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [connect-full.txt](https://docs.redpanda.com/connect-full.txt)

---
title: Monitoring
latest-connect-version: 4.93.0
latest-operator-version: v26.1.4
latest-console-tag: v3.7.3
latest-redpanda-tag: v26.1.9
docname: monitoring
page-component-name: connect
page-version: master
page-component-version: master
page-component-title: Connect
page-relative-src-path: monitoring.adoc
page-edit-url: https://github.com/redpanda-data/rp-connect-docs/edit/main/modules/guides/pages/monitoring.adoc
description: Learn how to monitor Redpanda Connect, including setting up metrics and alerts to ensure system health and performance.
page-git-created-date: "2024-05-24"
page-git-modified-date: "2024-09-05"
---

<!-- Source: https://docs.redpanda.com/connect/guides/monitoring.md -->

## [](#health-checks)Health checks

Redpanda Connect serves two HTTP endpoints for health checks:

-   `/ping` can be used as a liveness probe as it always returns a 200.

-   `/ready` can be used as a readiness probe as it serves a 200 only when both the input and output are connected, otherwise a 503 is returned.


## [](#metrics)Metrics

Redpanda Connect [exposes lots of metrics](https://docs.redpanda.com/connect/components/metrics/about/#metric_names) either to Statsd, Prometheus, Cloudwatch or for debugging purposes an HTTP endpoint that returns a JSON formatted object.

The target destination of Redpanda Connect metrics is configurable from the [metrics section](https://docs.redpanda.com/connect/components/metrics/about/), where it’s also possible to rename and restrict the metrics that are emitted with mappings.

## [](#tracing)Tracing

Redpanda Connect also [emits opentracing events](https://docs.redpanda.com/connect/components/tracers/about/) to a tracer of your choice, which can be used to visualise the processors within a pipeline.