mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-09-22 06:46:34 +08:00
(ui): Add QueueSizeMetricsChart component
This commit is contained in:
@@ -23,7 +23,7 @@ func newGetMetricsHandlerFunc(client *http.Client) http.HandlerFunc {
|
||||
const (
|
||||
baseAddr = "http://localhost:9090"
|
||||
apiPath = "/api/v1/query_range"
|
||||
promQL = "asynq_tasks_enqueued_total"
|
||||
promQL = "asynq_queue_size"
|
||||
)
|
||||
var b strings.Builder
|
||||
v := url.Values{}
|
||||
|
Reference in New Issue
Block a user