Skip to main content

Monitoring

Available Metrics

  • Message throughput
  • Protocol-specific metrics
  • System resource usage
  • Translation performance

Prometheus Integration

monitoring:
prometheus:
enabled: true
port: 9090
metrics:
- name: "messages_processed_total"
type: "counter"
- name: "translation_latency"
type: "histogram"

Health Checks

  • REST API endpoint: /health
  • Readiness probe: /ready
  • Liveness probe: /live