We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0caac commit 893c83dCopy full SHA for 893c83d
distribution/tools/server-cli/src/main/java/org/elasticsearch/server/cli/APMJvmOptions.java
@@ -48,7 +48,8 @@ class APMJvmOptions {
48
49
// ES does not use auto-instrumentation.
50
"instrument", "false",
51
- "enable_experimental_instrumentations", "false"
+ "enable_experimental_instrumentations", "true",
52
+ "classes_excluded_from_instrumentation", "org.elasticsearch.entitlements.*"
53
);
54
55
/**
0 commit comments