8 references to ToOtlpResources
aspire (6)
Commands\ExportCommand.cs (1)
187var allOtlpResources = TelemetryCommandHelpers.ToOtlpResources(telemetryResources);
Commands\TelemetryCommandHelpers.cs (1)
491var matches = OtlpHelpers.ResolveResourceNameMatches(resourceName, ToOtlpResources(resources));
Commands\TelemetryLogsCommand.cs (1)
131var allOtlpResources = TelemetryCommandHelpers.ToOtlpResources(resources);
Commands\TelemetrySpansCommand.cs (1)
121var allOtlpResources = TelemetryCommandHelpers.ToOtlpResources(resources);
Commands\TelemetryTracesCommand.cs (2)
128var allOtlpResources = TelemetryCommandHelpers.ToOtlpResources(resources); 197var allOtlpResources = TelemetryCommandHelpers.ToOtlpResources(resources);
Aspire.Cli.Tests (2)
Commands\TelemetryCommandTests.cs (2)
164var result = TelemetryCommandHelpers.ToOtlpResources(resources); 175Assert.Empty(TelemetryCommandHelpers.ToOtlpResources([]));