We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca17f11 commit d10961dCopy full SHA for d10961d
1 file changed
dd-java-agent/agent-jmxfetch/src/main/java/datadog/trace/agent/jmxfetch/JMXFetch.java
@@ -73,6 +73,7 @@ private static void run(final Config config) {
73
.action(Collections.singletonList(ACTION_COLLECT))
74
// App should be run as daemon otherwise CLI apps would not exit once main method exits.
75
.daemon(true)
76
+ .embedded(true)
77
.confdDirectory(jmxFetchConfigDir)
78
.yamlFileList(jmxFetchConfigs)
79
.targetDirectInstances(true)
0 commit comments