-
Notifications
You must be signed in to change notification settings - Fork 307
Closed
Description
Area(s)
area:jvm
What's missing?
The GC log in Java is very helpful for users to understand the GC status of the application. I found that there are already definitions and implementations of related metric. I found that GC cause is also very helpful to users. Sometimes users don’t understand why GC occurs, so they need to use GC logs to get more detailed information. If we can include GC causes(such as System.gc(), Allocation Failure, Metadata GC Threshold etc.) information, it will be valuable to users.
Describe the solution you'd like
Add GC causes information to semantic convention.
alexgenon
Metadata
Metadata
Assignees
Type
Projects
Status
Need triage