4 instantiations of OtlpScopeSpansJson
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
285
.Select(scopeGroup => new
OtlpScopeSpansJson
317
new
OtlpScopeSpansJson
344
.Select(scopeGroup => new
OtlpScopeSpansJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
543
new
OtlpScopeSpansJson
5 references to OtlpScopeSpansJson
Aspire.Dashboard (4)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
79
foreach (
var
ss in json.ScopeSpans)
91
private static ScopeSpans ToProtobuf(
OtlpScopeSpansJson
json)
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
39
[JsonSerializable(typeof(
OtlpScopeSpansJson
))]
src\Shared\Otlp\Serialization\OtlpTraceJson.cs (1)
17
public
OtlpScopeSpansJson
[]? ScopeSpans { get; set; }
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
320
var
scopeSpans = resourceSpans.ScopeSpans[0];