You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the metrics that the asynqmon generate to be scrapped by prometheus.
Setup
Running asynqmon in kubernetes cluster with net/http
asynqmon.New(asynqmon.Options{
RootPath: "/", // RootPath specifies the root for asynqmon app
RedisConnOpt: rdbClient,
})
Error
Going to api/metrics, I get the following error
failed to fetch "asynq_tasks_enqueued_total{state=\"archived\",QUEUE_FILTER}": Get "/api/v1/query_range?end=1673346555&query=asynq_tasks_enqueued_total%7Bstate%3D%22archived%22%2C%7D&start=1673342955&step=10": unsupported protocol scheme ""
The text was updated successfully, but these errors were encountered:
abit2
changed the title
Asynqmon prometheus query for promQLArchivedTasks fails
Asynqmon prometheus query fails
Jan 10, 2023
What I want to achieve
I would like the metrics that the asynqmon generate to be scrapped by prometheus.
Setup
Running asynqmon in kubernetes cluster with
net/http
Error
Going to
api/metrics
, I get the following errorThe text was updated successfully, but these errors were encountered: