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
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
/tasks/ and /plugins/ redirect to /tasks and /plugins, but
curl http://127.0.0.1:8181/v1/metrics/
panics with:In server.go it makes ns len 0 and then tries accessing ns[0]
Should be
instead
Not sure what about : instead of * makes the GET redirect (though it would break the rest of namespace)
e.g.
Going to http://127.0.0.1:8181/v1/metrics/ seems fine and redirects to /metrics, but http://localhost:8181/v1/metrics/ mimics the curl with a panic.
The text was updated successfully, but these errors were encountered: