src/ServiceProfiler.EventPipe.Otel/Microsoft.ApplicationInsights.Profiler.Shared/Orchestrations/ResourceUsageSource.cs (2 lines): - line 5: // TODO: Consider moving this to the the process monitoring project. - line 109: // TODO: Fix with ActivatorUtilities src/ServiceProfiler.EventPipe.Otel/Microsoft.ApplicationInsights.Profiler.Shared/Orchestrations/OrchestratorEventPipe.cs (1 line): - line 204: // TODO: Read the configuration to decide whether the policy should be activated or not. src/ServiceProfiler.EventPipe.Otel/Microsoft.ApplicationInsights.Profiler.Shared/Orchestrations/LocalSettingsService.cs (1 line): - line 26: // TODO: Support overwrite trigger settings in standalone mode. src/ServiceProfiler.EventPipe.Otel/Azure.Monitor.OpenTelemetry.Profiler/OpenTelemetryBuilderExtensions.cs (1 line): - line 53: // TODO: Looking into better ways to check dependencies src/ServiceProfiler.EventPipe.Otel/Microsoft.ApplicationInsights.Profiler.Shared/Contracts/SampleActivity.cs (1 line): - line 91: // TODO: pay attention to the performance of the regular expression. Refactor it when time permits. src/ServiceProfiler.EventPipe.Otel/Microsoft.ApplicationInsights.Profiler.Shared/Services/EndpointProvider.cs (1 line): - line 26: // TODO: Get endpoint from the connection string when available. src/ServiceProfiler.EventPipe.Otel/Microsoft.ApplicationInsights.Profiler.Shared/Contracts/UploadContextModel.cs (1 line): - line 57: // TODO: Treat this as a method to serialize the parameters before passing it on to the uploader. src/ServiceProfiler.EventPipe.Otel/Azure.Monitor.OpenTelemetry.Profiler.Core/Orchestrations/RemoteSettingsService.cs (1 line): - line 14: // TODO: Make this a hosted service running on the background.