25 lines
632 B
Markdown
25 lines
632 B
Markdown
# Available Metrics
|
|
|
|
Complete list of metrics provided by Svrnty.CQRS.
|
|
|
|
## Event Metrics
|
|
|
|
- `svrnty.cqrs.events.published` - Total events published
|
|
- `svrnty.cqrs.events.consumed` - Total events consumed
|
|
- `svrnty.cqrs.events.errors` - Total errors
|
|
- `svrnty.cqrs.events.retries` - Total retries
|
|
|
|
## Performance Metrics
|
|
|
|
- `svrnty.cqrs.events.processing_latency` - Processing time histogram
|
|
- `svrnty.cqrs.events.publish_latency` - Publish time histogram
|
|
|
|
## Consumer Metrics
|
|
|
|
- `svrnty.cqrs.consumer.lag` - Consumer lag gauge
|
|
- `svrnty.cqrs.active_consumers` - Active consumer count
|
|
|
|
## See Also
|
|
|
|
- [Metrics Overview](README.md)
|