armada
armada copied to clipboard
Add Prometheus Metrics for the Event Ingester
Add some Prometheus metrics (suitable for alerting) for the event ingester. Examples include:
- Failed to deserialize messages
- Lost connection to pulsar
- Error processing messages
- Failure to insert into db
Implementation should be almost identical to #1497