Error: Error: Can't fetch data from monitoring service
Error: status: 502, error: HttpErrorResponse, message: Http failure response for http://localhost:20000/monitoring/metricspec: 502 Bad Gateway
Hi @Chaitra1996
This error occured because manager service encountered some issue while processing you model files. To dig deeper into it, we'll need to look for manager service logs - they should contain progress of model processing.
In addition to that, in the latest dev version we implemented logs passthrough, so they'll be available to you via CLI or web UI. We'll release it as soon as we stabilize all the services. Looking forward to notify you when it's done! :)
Hello @maikefischer
If you have configured docker proxy at ~/.docker/config.json
you can just mount this file to /root/.docker/config.json
inside the manager container.
Otherwise you can set it up using this docker documentation -> https://docs.docker.com/network/proxy/ and mount the configuration file.
@maikefischer sorry for the late reply - didn't get the notification :(
it' depends on your cluster deployment method. e.g. you can edit your docker-compose file to mount the file. With kubernetes you can use ConfigMap mount in deployment.
https://docs.docker.com/compose/compose-file/#volumes
https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/
Hi @AgrawalAmey.
Sorry for the late reply. Monitoring service is not available as OSS right now, it's an enterprise feature. If you want, we can make a demo for you showing off monitoring service with various metrics, data profiling, reqstore. Please, submit a request via site https://hydrosphere.io/ for a more detailed discussion.
can i suggest updating https://hydrosphere.io/serving/ ? It says "Automated versioning, monitoring and testing functionality are included." and "Everything is open source. No premium features and enterprise versions. No hidden costs and learning curve can be as smooth as it gets."
Hello everyone!
I am trying to finish this tutorial: https://hydrosphere.io/serving-docs/latest/getting-started/serving-simple-model.html, but I have the following error:
sorry for late reply, didn't get a notification of your message.
Yeah, sometimes gitter does that. I didn't get them either ¯_(ツ)_/¯
There is possibility that the infrastructure didn't start up properly, and nginx can't pass requests.
Assuming that you deployed hydroserving on docker-compose, could you please send the result of docker ps -a
with hydroserving containers and logs of postgres
manager
and managerui
containers