Skip to content

Commit fda2568

Browse files
Merge pull request #6538 from DataDog/rgs/remove-classloadingstatistics
stop collecting jdk.ClassLoadingStatistics
2 parents 6ca92f8 + 5bb0d76 commit fda2568

File tree

1 file changed

+1
-2
lines changed
  • dd-java-agent/agent-profiling/profiling-controller-jfr/src/main/resources/jfr

1 file changed

+1
-2
lines changed

dd-java-agent/agent-profiling/profiling-controller-jfr/src/main/resources/jfr/dd.jfp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
jdk.ThreadAllocationStatistics#enabled=true
22
jdk.ThreadAllocationStatistics#period=everyChunk
3-
jdk.ClassLoadingStatistics#enabled=true
4-
jdk.ClassLoadingStatistics#period=1000 ms
3+
jdk.ClassLoadingStatistics#enabled=false
54
jdk.ClassLoaderStatistics#enabled=true
65
jdk.ClassLoaderStatistics#period=everyChunk
76
jdk.JavaThreadStatistics#enabled=true

0 commit comments

Comments
 (0)