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
fix: Add JVM metric loaders to SimpleStrategy metrics list
- Add MaxJVMMemoryLoader and JVMMemoryAmountLoader to metrics property
- Fix KeyError when processing JVM workloads
- Resolve unused import warnings for JVM metric loaders
This change ensures that JVM-specific metrics are properly collected
when a JVM application is detected, preventing runtime KeyError exceptions
in __calculate_memory_proposal method.
0 commit comments