Reputation: 91
I'm using Vertex AI Endpoint with custom container to serve my machine learning model. I'd like to create some custom metrics, e.g., monitor the prediction distribution. Does anyone know whether it's possible to prometheus metrics for vertex ai endpoint with custom container? If yes, how to do it?
I know it's possible to log the prediction result and create log-based metrics. But it crate too many logs, our platform team wouldn't be happy about that. And I also checked this docs: https://cloud.google.com/vertex-ai/docs/general/monitoring-metrics , didn't find any hint.
Any help would be appreciated!
Upvotes: 2
Views: 411
Reputation: 91
According to the response from Google, there is no direct way to build Prometheus metrics for Vertex Ai endpoints in custom container now, but there are workaround solutions,
Upvotes: 0