Skip to main content

Bridge API

The Bridge exposes HTTP endpoints for health monitoring, Prometheus metrics, and runtime configuration management. Base URL: http://logclaw-bridge:8080 Dashboard proxy: /api/bridge/*

Health Check

Returns the health status of all Bridge threads and connections.

Response


Prometheus Metrics

Returns Prometheus-format metrics for monitoring and alerting.

Metrics

Example Response

etl_consumed_total counts Kafka messages (batches), while etl_records_received_total counts individual log records. A single Kafka message can contain hundreds of OTLP log records. Use etl_records_received_total for accurate log volume tracking.

Get Configuration

Returns the current runtime configuration.

Response


Update Configuration

Update runtime configuration dynamically. Changes take effect immediately without restart.

Request Body

Response

Runtime config changes are not persisted across pod restarts. For permanent changes, update the Helm values and redeploy.