celestia-bridge-metrics
is a Prometheus exporter designed for simplicity and ease of use, catering specifically to Celestia bridge instances.
Full monitoring stack here: https://github.com/P-OPSTeam/celestia-tools/tree/main/grafana
The exporter is pre-configured to transmit telemetry data to the Celestia server. This is already configured for mainnet. Refer to the configuration in conf/otel-collector-config.yaml
:
exporters:
otlphttp:
endpoint: https://otel.celestia.observer
Start the service with the command:
docker-compose up -d
To enable metrics collection, start your Celestia bridge with the following parameters:
--metrics --metrics.tls=false --metrics.endpoint=127.0.0.1:4318
- Exporter metrics: Accessible at http://127.0.0.1:8888/metrics
- Bridge metrics: Accessible at http://127.0.0.1:8889/metrics
For support issues and feature requests, please use the GitHub issue tracker.