Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

how to create a monitoring panel for the number of requests made in my project that I use text extra

how to create a monitoring panel for the number of requests made in my project that I use text extraction with Google Vision?

Solved Solved
2 1 301
1 ACCEPTED SOLUTION

Hi @rodrigobuch

You can achieve this by creating your own dashboard in Cloud Monitoring API, using Metrics as your widget then search for the specific Cloud Vision API metric that you need, Requests for this instance, and choose your preferred chart type.

Cloud Vision API Explorer and Cloud Vision API Logging can also be used for monitoring. The explorer lets you see how many and what type of requests have been made as well as their success rate. The logging list down all the requests that have been made, the ones that failed and the errors that were encountered with their respective timestamps. 

Usable resource:

Hope this helps.

 

View solution in original post

1 REPLY 1

Hi @rodrigobuch

You can achieve this by creating your own dashboard in Cloud Monitoring API, using Metrics as your widget then search for the specific Cloud Vision API metric that you need, Requests for this instance, and choose your preferred chart type.

Cloud Vision API Explorer and Cloud Vision API Logging can also be used for monitoring. The explorer lets you see how many and what type of requests have been made as well as their success rate. The logging list down all the requests that have been made, the ones that failed and the errors that were encountered with their respective timestamps. 

Usable resource:

Hope this helps.