4 instantiations of OtlpScopeSpansJson
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
293
.Select(scopeGroup => new
OtlpScopeSpansJson
325
new
OtlpScopeSpansJson
352
.Select(scopeGroup => new
OtlpScopeSpansJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
490
new
OtlpScopeSpansJson
6 references to OtlpScopeSpansJson
Aspire.Dashboard (5)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
79
foreach (
var
ss in json.ScopeSpans)
91
private static ScopeSpans ToProtobuf(
OtlpScopeSpansJson
json)
Otlp\Model\Serialization\OtlpJsonSerializerContext.cs (1)
30
[JsonSerializable(typeof(
OtlpScopeSpansJson
))]
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
170
foreach (
var
scopeSpan in resourceSpan.ScopeSpans)
src\Shared\Otlp\Serialization\OtlpTraceJson.cs (1)
17
public
OtlpScopeSpansJson
[]? ScopeSpans { get; set; }
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
309
var
scopeSpans = resourceSpans.ScopeSpans[0];