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