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
Not sure what the intent of keeping minio health and metrics routes was for, but the routes do appear to work still: https://gateway.us1.storjshare.io/minio/health/live (returns HTTP 200). Metrics routes under minio/v2/metrics are blocked as the auth has been disabled but can be seen if environment var MINIO_PROMETHEUS_AUTH_TYPE=public is defined before running gateway-mt.
Perhaps these routes were set up in 86fb710 as part of getting CI tests to work, but I can't recall.
I wonder if it's easier to create a subsystem to push these metrics to monkit or rely on what we have/will have in gateway-mt's code. I'm slightly inclined towards the latter.
We seem to have RegisterHealthCheckRouter and RegisterMetricsRouter imported from Minio. Do we use these? Should we?
The text was updated successfully, but these errors were encountered: