4 instantiations of OtlpResourceSpansJson
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
280
return new
OtlpResourceSpansJson
312
new
OtlpResourceSpansJson
339
return new
OtlpResourceSpansJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
531
new
OtlpResourceSpansJson
7 references to OtlpResourceSpansJson
Aspire.Dashboard (6)
Model\TelemetryImportService.cs (1)
183
private async Task ImportTracesAsync(
OtlpResourceSpansJson
[] resourceSpans)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
30
foreach (
var
rs in json.ResourceSpans)
70
private static ResourceSpans ToProtobuf(
OtlpResourceSpansJson
json)
src\Shared\Otlp\Serialization\OtlpCommonJson.cs (1)
110
public
OtlpResourceSpansJson
[]? ResourceSpans { get; set; }
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
38
[JsonSerializable(typeof(
OtlpResourceSpansJson
))]
src\Shared\Otlp\Serialization\OtlpTraceJson.cs (1)
266
public
OtlpResourceSpansJson
[]? ResourceSpans { get; set; }
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
312
var
resourceSpans = result.ResourceSpans[0];