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 440ba56 commit 2ef330eCopy full SHA for 2ef330e
distribution/tools/server-cli/src/main/java/org/elasticsearch/server/cli/APMJvmOptions.java
@@ -48,7 +48,7 @@ class APMJvmOptions {
48
49
// ES does not use auto-instrumentation.
50
"instrument", "false",
51
- "classes_excluded_from_instrumentation", "org.elasticsearch.entitlement.*",
+ "delay_agent_premain_ms", "30000",
52
"enable_experimental_instrumentations", "true"
53
);
54
0 commit comments