4 instantiations of OtlpResourceSpansJson
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
288
return new
OtlpResourceSpansJson
320
new
OtlpResourceSpansJson
347
return new
OtlpResourceSpansJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
478
new
OtlpResourceSpansJson
11 references to OtlpResourceSpansJson
Aspire.Dashboard (10)
Model\TelemetryImportService.cs (1)
173
private void ImportTraces(
OtlpResourceSpansJson
[] resourceSpans)
Otlp\Model\Serialization\OtlpCommonJson.cs (1)
19
public
OtlpResourceSpansJson
[]? ResourceSpans { get; set; }
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
30
foreach (
var
rs in json.ResourceSpans)
70
private static ResourceSpans ToProtobuf(
OtlpResourceSpansJson
json)
Otlp\Model\Serialization\OtlpJsonSerializerContext.cs (1)
29
[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.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
301
var
resourceSpans = result.ResourceSpans[0];