Thanks for you response Yanan! Here's what I'm looking for. Say my appengine instance is hosted on website.com ( http://website.com/ ) and exposes the following routes
website.com/api/search ( http://website.com/api/search ) website.com/api/posts ( http://website.com/api/posts ) website.com/api/search?q="google ( http://website.com/api/posts?q="google ) " that my clients will hit with traffic. I'd like to know what is the qps and latency across each of those routes separately. Looking at stackdriver logs, I see that protoPayload.latency already logs the latency for each request separately. I'm just looking for a way to show all of them aggregated per route. Amogh Sent via Superhuman ( https://sprh.mn/[email protected] ) On Mon, Apr 26, 2021 at 1:28 PM, yananc < [email protected] > wrote: > > > > Hi, > > > > By the ‘URI’, are you referring to instances, a service or other resources > in App Engine? And also, it might help to refer to the Cloud Monitoring > metric list for App Engine ( > https://cloud.google.com/monitoring/api/metrics_gcp#gcp-appengine ) for the > complete information available. Hope it helps! > > On Sunday, April 25, 2021 at 9:09:11 AM UTC-4 [email protected] wrote: > > >> Is there a page that shows the per URI stats for services hosted in GAE? I >> can find a bunch of monitoring and reporting that shows overall latency, >> qps etc, but not one that can help me drill down across specific URI's >> that might be requested for the GAE application. >> >> >> If not in cloud monitoring, is it possible to have an off the shelf >> solution like prometheus / grafana to be easily configured to do so with >> GAE traffic? >> >> >> Amogh >> > > > > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google App Engine" group. > To unsubscribe from this topic, visit https:/ / groups. google. com/ d/ topic/ > google-appengine/ B21GoY1NnzQ/ unsubscribe ( > https://groups.google.com/d/topic/google-appengine/B21GoY1NnzQ/unsubscribe > ). > To unsubscribe from this group and all its topics, send an email to > google-appengine+unsubscribe@ > googlegroups. com ( [email protected] ). > To view this discussion on the web visit https:/ / groups. google. com/ d/ > msgid/ google-appengine/ 47c027f8-4922-4ec9-a387-4de4483c1a75n%40googlegroups. > com ( > https://groups.google.com/d/msgid/google-appengine/47c027f8-4922-4ec9-a387-4de4483c1a75n%40googlegroups.com?utm_medium=email&utm_source=footer > ). > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/knzclh5w.038c66cc-fbaf-4696-aa0d-0112b84c9903%40we.are.superhuman.com.
