Track JVM gc time #2902
Labels
[label deprecated] triaged-accepted
[label deprecated] Issue triaged and accepted by OTel community, can proceed with creating a PR
spec:metrics
Related to the specification/metrics directory
Related to #2900.
Its valuable to track the time spent in garbage collection, how many garbage collection events took place, and the type of garbage collection events that took place (different garbage collector implementations have various phases which happen concurrently or in parallel).
I proposed here that we use a histogram to collect this data:
ms
Recording gc event times as a histogram would enable the following analysis:
The text was updated successfully, but these errors were encountered: