Hi,
Is it possible to configure the pre-installed metrics agent on App Engine Flexible instances to have a lower metrics collection interval?
I have found that the stackdriver monitoring agent runs as a container on my App Engine Instance, but is configured with `Interval 60`. I would like to get more granular CPU and Memory metrics for my Cloud Monitoring Dashboard.
Thanks!
Hi @matthew_collins,
Welcome to Google Cloud Community!
Are you following this documentation for App Engine metrics? Most of the metric type is set at 60 seconds and it seems that there's no option to have it configured.
If you're following this documentation on App Engine liveness checks, you can configure check_interval_sec
from 1-300.
Hope this helps.