-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should expose the accumulative GC pause duration as a counter #69324
Comments
Tagging subscribers to this area: @dotnet/gc |
Tagging subscribers to this area: @tommcdon Issue Detailsessentially expose what's implemented in this API that @cshung is working on. this should replace the current % time in GC since last GC which is simply not a good counter. see explanation here.
|
@tommcdon could someone from your team please add this? |
@Maoni0 thanks for the suggestion! Adding @mikelle-rogers to take a look. |
+1 Having a reliable counter to track the relative cost of GC pauses is important to identify regressions or validate improvements, as it reflects in tail latency and CPU. And for cloud services, tracking the relative cost of GC becomes paramount, especially for latency-sensitive workloads. Please prioritize this accordingly. |
essentially expose what's implemented in this API that @cshung is working on. this should replace the current % time in GC since last GC which is simply not a good counter. see explanation here.
The text was updated successfully, but these errors were encountered: