Skip to content

Commit fad6c09

Browse files
committed
Add comment
1 parent f6cd925 commit fad6c09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/BeforeAgentInstaller.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ private static void start(Instrumentation instrumentation) throws Exception {
121121
properties.put("experimental.log.capture.threshold", getLoggingFrameworksThreshold(config, "INFO"));
122122
int reportingIntervalSeconds = getMicrometerReportingIntervalSeconds(config, 60);
123123
properties.put("micrometer.step.millis", Long.toString(SECONDS.toMillis(reportingIntervalSeconds)));
124+
// TODO need some kind of test for these configuration properties
124125
if (!isInstrumentationEnabled(config, "micrometer")) {
125126
properties.put("otel.instrumentation.micrometer.enabled", "false");
126127
}

0 commit comments

Comments
 (0)