Skip to content

v2.9.0

Compare
Choose a tag to compare
@rustatian rustatian released this 07 Apr 17:29
· 1034 commits to stable since this release
a754135

👀 New:

  • ✏️ API: add service proto api to manage services, FR (thanks @butschster). Documentation is here: link.
  • ✏️ Grafana dashboard PATH. Exposed metrics:
  1. General:
    1. Uptime (seconds).
    2. Memory used by RR (MB).
    3. Number of active goroutines.
  2. HTTP:
    1. Number of workers by its state (ready, working, invalid).
    2. Total RSS memory used by workers.
    3. Memory used by each worker individually (with PID).
    4. Latency (ms).
    5. Requests queue size.
    6. Requests per minute.
  3. JOBS:
    1. Number of workers by its state (ready, working, invalid).
    2. Total RSS memory used by workers.
    3. Memory used by each worker individually (with PID).
    4. Successfully processed jobs (rate, 5m).
    5. Failed jobs (rate, 5m).

🩹 Fixes:

  • 🐛 Fix: Goroutines leak in the amqp plugin when destroying pipelines.

🧹 Chore:

  • 🧑‍🏭 Update all dependencies to the most recent versions.