Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 22, 2020
1 parent f6cd925 commit e921abd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ private static void start(Instrumentation instrumentation) throws Exception {
properties.put("experimental.log.capture.threshold", getLoggingFrameworksThreshold(config, "INFO"));
int reportingIntervalSeconds = getMicrometerReportingIntervalSeconds(config, 60);
properties.put("micrometer.step.millis", Long.toString(SECONDS.toMillis(reportingIntervalSeconds)));
// TODO need some kind of test these configuration properties
if (!isInstrumentationEnabled(config, "micrometer")) {
properties.put("otel.instrumentation.micrometer.enabled", "false");
}
Expand Down

0 comments on commit e921abd

Please sign in to comment.