You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Description
The component currently only emits system metrics like memory usage. It would be more valuable to have some metrics for the JVM as well, like heap usage and garbage collection statistics.
Use Case
Monitoring the health of the Greengrass runtime would be easier.
Feature Description
The component currently only emits system metrics like memory usage. It would be more valuable to have some metrics for the JVM as well, like heap usage and garbage collection statistics.
Use Case
Monitoring the health of the Greengrass runtime would be easier.
Proposed Solution
See e.g. what SpringBoot provides as runtime information:
https://docs.spring.io/spring-boot/docs/2.1.13.RELEASE/reference/html/production-ready-metrics.html#production-ready-metrics-meter
The text was updated successfully, but these errors were encountered: