1 write to ProfilingEnabled
aspire (1)
Telemetry\TelemetryConfiguration.cs (1)
59
ProfilingEnabled
= profilingEnabled,
2 references to ProfilingEnabled
aspire (2)
Telemetry\TelemetryConfiguration.cs (1)
36
public bool UseProfilingProvider =>
ProfilingEnabled
&& RequestedOtlpExporter;
Telemetry\TelemetryManager.cs (1)
71
var useDebugDiagnosticOtlpExporter = telemetryConfiguration.RequestedOtlpExporter && !telemetryConfiguration.
ProfilingEnabled
;