5 instantiations of OtlpResourceSpansJson
Aspire.Cli.Tests (5)
Commands\ExportCommandTests.cs (1)
823
.Select(g => new
OtlpResourceSpansJson
Commands\TelemetrySpansCommandTests.cs (1)
121
.Select(g => new
OtlpResourceSpansJson
Commands\TelemetryTracesCommandTests.cs (1)
169
.Select(g => new
OtlpResourceSpansJson
Mcp\ListTracesToolTests.cs (2)
37
return new
OtlpResourceSpansJson
345
return new
OtlpResourceSpansJson
11 references to OtlpResourceSpansJson
aspire (9)
Commands\TelemetrySpansCommand.cs (2)
245
private void DisplayResourceSpans(IEnumerable<
OtlpResourceSpansJson
> resourceSpans, IReadOnlyList<IOtlpResource> allResources)
249
foreach (
var
resourceSpan in resourceSpans)
src\Shared\ConsoleLogs\SharedAIHelpers.cs (4)
108
IList<
OtlpResourceSpansJson
>? resourceSpans,
137
IList<
OtlpResourceSpansJson
>? resourceSpans,
152
public static List<OtlpTraceDto> GetTracesFromOtlpData(IList<
OtlpResourceSpansJson
>? resourceSpans)
161
foreach (
var
resourceSpan in resourceSpans)
src\Shared\Otlp\Serialization\OtlpCommonJson.cs (1)
110
public
OtlpResourceSpansJson
[]? ResourceSpans { get; set; }
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
35
[JsonSerializable(typeof(
OtlpResourceSpansJson
))]
src\Shared\Otlp\Serialization\OtlpTraceJson.cs (1)
266
public
OtlpResourceSpansJson
[]? ResourceSpans { get; set; }
Aspire.Cli.Tests (2)
Mcp\ListTracesToolTests.cs (2)
26
static
OtlpResourceSpansJson
CreateResourceSpans(string serviceName, string? serviceInstanceId, params OtlpSpanJson[] spans)
334
static
OtlpResourceSpansJson
CreateResourceSpans(string serviceName, string? serviceInstanceId, params OtlpSpanJson[] spans)