mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-19 13:21:58 +08:00
Add queue metrics exporter
Changes: - Added `x/metrics` package - Added `tools/metrics_exporter` binary
This commit is contained in:
13
tools/go.mod
13
tools/go.mod
@@ -4,12 +4,17 @@ go 1.13
|
||||
|
||||
require (
|
||||
github.com/fatih/color v1.9.0
|
||||
github.com/go-redis/redis/v8 v8.11.2
|
||||
github.com/google/uuid v1.2.0
|
||||
github.com/hibiken/asynq v0.17.1
|
||||
github.com/go-redis/redis/v8 v8.11.4
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/hibiken/asynq v0.19.0
|
||||
github.com/hibiken/asynq/x v0.0.0-00010101000000-000000000000
|
||||
github.com/mitchellh/go-homedir v1.1.0
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
github.com/spf13/cobra v1.1.1
|
||||
github.com/spf13/viper v1.7.0
|
||||
)
|
||||
|
||||
replace github.com/hibiken/asynq => ./..
|
||||
replace (
|
||||
github.com/hibiken/asynq => ./..
|
||||
github.com/hibiken/asynq/x => ./../x
|
||||
)
|
||||
|
Reference in New Issue
Block a user