Skip to content

Commit

Permalink
Update defining configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Nov 28, 2024
1 parent 4132840 commit 70ee310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public final class ObserveUtils {
metricsReporter = readConfig(metricsReporterKey, providerKey, StringUtils.fromString("choreo"));
tracingEnabled = readConfig(tracingEnabledKey, enabledKey, false);
tracingProvider = readConfig(tracingProviderKey, providerKey, StringUtils.fromString("choreo"));
metricsLogsEnabled = readConfig(metricsLogsEnabledKey, enabledKey, false);
metricsLogsEnabled = readConfig(metricsLogsEnabledKey, metricsLogsEnabledKey, false);
enabled = metricsEnabled || tracingEnabled || metricsLogsEnabled;
}

Expand Down

0 comments on commit 70ee310

Please sign in to comment.