4 writes to Scope
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
287
Scope
= ConvertScope(scopeGroup.Key),
319
Scope
= ConvertScope(span.Scope),
346
Scope
= ConvertScope(scopeGroup.Key),
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
545
Scope
= new OtlpInstrumentationScopeJson { Name = "TestScope" },
4 references to Scope
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
94
if (json.
Scope
is not null)
96
scopeSpans.Scope = ToProtobuf(json.
Scope
);
Aspire.Dashboard.Tests (2)
Model\TelemetryExportServiceTests.cs (2)
321
Assert.NotNull(scopeSpans.
Scope
);
322
Assert.Equal("TestTracer", scopeSpans.
Scope
.Name);