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
A customer is confused about what is the definition of GC timesliced metrics such as the followings.
'GC/G1 Young Generation'
'GC/G1 Old Generation'
'GC/G1 Concurrent GC'
These metrics are queries by the following NRQL.
SELECT sum(newrelic.timeslice.value) FROM Metric WHERE metricTimesliceName LIKE 'GC%' AND appName = '<app-name>' FACET host, metricTimesliceName TIMESERIES
Thank you for filing an issue! We'll triage your issue and let you know if we have questions, and then route it to the appropriate team so we can get it solved.
How can we make our docs better?
A customer is confused about what is the definition of GC timesliced metrics such as the followings.
These metrics are queries by the following NRQL.
https://docs.newrelic.com/docs/apm/agents/java-agent/features/jvms-page-java-view-app-server-metrics-jmx/
says just
Garbage collection: The garbage collection CPU time.
After reading the Agent code and JavaDoc, we can add the following explanation to the doc.
count(newrelic.timeslice.value)
.sum(newrelic.timeslice.value)
.The text was updated successfully, but these errors were encountered: