2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-05-08 08:45:55 +08:00

Add queue metrics exporter

Changes:
- Added `x/metrics` package
- Added `tools/metrics_exporter` binary
This commit is contained in:
Ken Hibino
2021-12-16 06:01:01 -08:00
committed by GitHub
parent ddfc6747a1
commit 43cb4ddf19
8 changed files with 585 additions and 6 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Package `x/metrics` is added.
- Tool `tools/metrics_exporter` binary is added.
## [0.19.1] - 2021-12-12
### Added