-
Notifications
You must be signed in to change notification settings - Fork 41
Report memory usage and GC stats to Stackdriver Monitoring #37
Comments
Pretty much everything in the stackdriver JVM plugin should be sent. What's the lift on making that happen? From the stackdriver docs, they make it sound like you just have to drop in the collectd plugin and wire up the JMX port. |
Do you have a link to the documentation you're referring to? Which Stackdriver JVM plugin? |
Thanks! Have you tried enabling it using a custom |
I played around with trying to get it to work, but couldn't- to the best of my knowledge it's not possible without special support from the AppEngine flexible environment setup on the physical instances. I want to underscore that this is "to the best of my knowledge", but here's what seems to be the case:
The rest of the setup should be fairly mechanical, setting |
Thanks for a detailed analysis. I think you're right on all the points. It basically comes down to the fact that the JVM Monitoring plugin is not supported on App Engine flexible VMs. So, it really is out of scope for this project because it's isolated to the |
Is there somewhere I can go other than GCP Support to track down getting stackdriver support? There seems to be a big documentation gap between stackdriver and app engine flexible. Is there a component somewhere responsible for bridging the App Engine Flexible compute instance to container that this kind of feature makes sense? For example, how are custom logs from the container picked up by the stackdriver logging agent? |
I would recommend GCP Support as the best path to get visibility for your request. |
No description provided.
The text was updated successfully, but these errors were encountered: