|
@@ -34,12 +34,12 @@ public final class ExperimentalConfig {
|
|
|
|
|
|
public boolean controllerTelemetryEnabled() {
|
|
|
return config.getBoolean(
|
|
|
- "otel.instrumentation.common.experimental.controller-telemetry.enabled", true);
|
|
|
+ "otel.instrumentation.common.experimental.controller-telemetry.enabled", false);
|
|
|
}
|
|
|
|
|
|
public boolean viewTelemetryEnabled() {
|
|
|
return config.getBoolean(
|
|
|
- "otel.instrumentation.common.experimental.view-telemetry.enabled", true);
|
|
|
+ "otel.instrumentation.common.experimental.view-telemetry.enabled", false);
|
|
|
}
|
|
|
|
|
|
public boolean messagingReceiveInstrumentationEnabled() {
|