Releases: compolabs/spark-matcher-worker
Releases · compolabs/spark-matcher-worker
Release list
Release v0.2.0 - Health Checks and Prometheus Metrics Integration
Description
This release for spark-matcher-worker introduces essential health monitoring features and observability enhancements:
- Kubernetes Health Endpoints: Added livez and readyz endpoints to support Kubernetes liveness and readiness checks, ensuring that the worker is active and ready for processing.
- Prometheus Metrics Integration: Implemented core metrics for Prometheus and Grafana monitoring, including total orders processed, error tracking, and order processing duration.
v0.1.0
This is the initial release of the "spark-matcher-worker" project.
Features
- Core functionality for handling and matching orders within the Spark ecosystem.
- Environment-based configuration using
.envfiles. - Logging capabilities for monitoring order matching events and worker status.
Known Issues
- Order processing performance has limited testing in high-load environments; further optimization is planned.