Releases: hibiken/asynqmon
Releases Β· hibiken/asynqmon
v0.7.1
v0.7.0
Version 0.7 added support for Task Aggregation feature.
v0.6.1
v0.6.0
This version includes a few improvements and a fix.
Added
- (cmd): Added
--read-only
flag to specify read-only mode - (pkg): Added
Options.ReadOnly
to restrict user to view-only mode - (ui): Hide action buttons in read-only mode
- (ui): Display queue latency in dashboard page and queue detail page.
- (ui): Added copy-to-clipboard button for task ID in tasks list-view page.
- (ui): Use logo image in the appbar (thank you @koddr!)
Fixed
- (ui): Pagination in ActiveTasks table is fixed
v0.5.0
Version 0.5 added support for Prometheus integration.
Added
- (cmd): Added
--enable-metrics-exporter
option to export queue metrics. - (cmd): Added
--prometheus-addr
to enable metrics view in Web UI. - (pkg): Added
Options.PrometheusAddress
to enable metrics view in Web UI.
v0.4.0
v0.3.2
v0.3.1
v0.3.0
Asynqmon as a importable package
As of this version (v0.3.0), Asynqmon can be installed as a go package and included in other web application. The package exports a HTTPHandler
type which serves asynqmon application at the specified root path. See README for examples.
No changes were made to the release binary in this release.
v0.2.3
This release includes an addition of redis cluster support.
Added
- Added
--redis-cluster-nodes
flag to specify redis cluster nodes to connect to - When
--redis-cluster-nodes
flag is passed, redis-info page shows redis cluster information (e.g. queue placement on cluster, cluster info command output, etc)