Skip to content
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

Fix GCPerformanceCounter not working #1017

Merged
merged 1 commit into from
Aug 20, 2019
Merged

Conversation

trask
Copy link
Member

@trask trask commented Aug 9, 2019

Fix #929

@trask trask force-pushed the fix-gc-performance-counters branch from bea0943 to 8be7e3b Compare August 10, 2019 02:15
@@ -80,7 +80,7 @@ public void report(TelemetryClient telemetryClient) {
MetricTelemetry mtTotalTime = new MetricTelemetry(GC_TOTAL_TIME, timeToReport);

mtTotalCount.markAsCustomPerfCounter();
mtTotalCount.markAsCustomPerfCounter();
mtTotalTime.markAsCustomPerfCounter();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:) good catch

@littleaj
Copy link
Contributor

@trask, is this going in beta3 or later?

@littleaj littleaj modified the milestone: 2.5.0-BETA.2++ Aug 20, 2019
@trask trask self-assigned this Aug 20, 2019
@trask trask merged commit 1b72094 into master Aug 20, 2019
@trask trask deleted the fix-gc-performance-counters branch August 21, 2019 04:36
trask added a commit that referenced this pull request Sep 21, 2020
* Remove thread-utils module

* No need for extra thread pool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It's not possible to turn on GCPerformanceCounter using <JvmPC name="GC" enabled="true" />
2 participants