GoogleCloudPlatform / GoogleCloudPlatform/google-cloud-eclipse
Provide more meaningful VM names for services/modules
Open
enhancement
priority: p4
- Dominant language
- Java
- Stars
- 90
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
When running multiple services/modules, there is no indication which VM corresponds to a service.
We may be able to use JDI to invoke `ApiProxy.getCurrentEnvironment().getModuleId()` to get the service name (com.google.apphosting.api.ApiProxy) or [`ModuleService#getCurrentModule()`](https://cloud.google.com/appengine/docs/java/javadoc/com/google/appengine/api/modules/ModulesService.html#getCurrentModule--), though they may not be available outside of the scope of a request.
Contributor guide
Assessment
This issue has not been assessed yet.