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
We have a deployment of kubernetes created by kubespray with netchecker enabled. The connectivity_check enpoint /api/v1/connectivity_check works correctly and reports all pods have successfully reported back to the server. The /metrics endpoint however just returns 404. The request can be seen in the logs for the netchecker-server pod which confirms the 404 status. Is there some additional configuration missing to allow for the metrics endpoint to work?
# curl http://XX.XX.XX.XX:8081/metrics
404 page not found
The text was updated successfully, but these errors were encountered:
We have a deployment of kubernetes created by kubespray with netchecker enabled. The connectivity_check enpoint
/api/v1/connectivity_check
works correctly and reports all pods have successfully reported back to the server. The /metrics endpoint however just returns 404. The request can be seen in the logs for thenetchecker-server
pod which confirms the 404 status. Is there some additional configuration missing to allow for the metrics endpoint to work?The text was updated successfully, but these errors were encountered: