Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Principle:Risingwavelabs Risingwave Connector Observability

From Leeroopedia


Knowledge Sources
Domains Connectors, Observability, Metrics, Prometheus
Last Updated 2026-02-09 07:00 GMT

Overview

Prometheus-based metrics instrumentation for connector node components, covering source/sink connections, throughput, and resource usage.

Description

Connector Observability provides comprehensive metrics instrumentation for the Java connector node using Prometheus client libraries. It exposes counters, gauges, and histograms for connection tracking (active sources, active sinks, total connections), throughput measurement (rows received, rows written), resource usage (CPU, heap memory), and error tracking. These metrics are scraped by Prometheus and visualized in Grafana dashboards, enabling operators to monitor connector health, detect bottlenecks, and diagnose failures in production CDC and sink pipelines.

Usage

Apply this principle when adding new connector types that need monitoring, extending existing metrics, or building alerting rules for connector health.

Related Pages

Implemented By

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment