4 instantiations of OtlpResourceSpansJson
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
282
return new
OtlpResourceSpansJson
314
new
OtlpResourceSpansJson
341
return new
OtlpResourceSpansJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
477
new
OtlpResourceSpansJson
11 references to OtlpResourceSpansJson
Aspire.Dashboard (10)
Model\TelemetryImportService.cs (1)
173
private void ImportTraces(
OtlpResourceSpansJson
[] resourceSpans)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
30
foreach (
var
rs in json.ResourceSpans)
70
private static ResourceSpans ToProtobuf(
OtlpResourceSpansJson
json)
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.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
301
var
resourceSpans = result.ResourceSpans[0];