2 instantiations of OtlpResourceSpansJson
Aspire.Cli.Tests (2)
Mcp\ListTracesToolTests.cs (2)
38
return new
OtlpResourceSpansJson
346
return new
OtlpResourceSpansJson
11 references to OtlpResourceSpansJson
aspire (9)
Commands\TelemetrySpansCommand.cs (2)
235
private static void DisplayResourceSpans(IEnumerable<
OtlpResourceSpansJson
> resourceSpans)
237
foreach (
var
resourceSpan in resourceSpans)
Otlp\OtlpCliJsonSerializerContext.cs (2)
17
public
OtlpResourceSpansJson
[]? ResourceSpans { get; set; }
109
[JsonSerializable(typeof(
OtlpResourceSpansJson
))]
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\OtlpTraceJson.cs (1)
266
public
OtlpResourceSpansJson
[]? ResourceSpans { get; set; }
Aspire.Cli.Tests (2)
Mcp\ListTracesToolTests.cs (2)
27
static
OtlpResourceSpansJson
CreateResourceSpans(string serviceName, string? serviceInstanceId, params OtlpSpanJson[] spans)
335
static
OtlpResourceSpansJson
CreateResourceSpans(string serviceName, string? serviceInstanceId, params OtlpSpanJson[] spans)