Skip to content

Releases: compolabs/spark-matcher-worker

Release v0.2.0 - Health Checks and Prometheus Metrics Integration

Choose a tag to compare

@nazgull08 nazgull08 released this 13 Nov 14:56

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

Choose a tag to compare

@nazgull08 nazgull08 released this 04 Nov 09:05

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 .env files.
  • 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.