4 instantiations of OtlpInstrumentationScopeJson
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
645return new OtlpInstrumentationScopeJson
Aspire.Dashboard.Tests (3)
Model\TelemetryImportServiceTests.cs (3)
446Scope = new OtlpInstrumentationScopeJson { Name = "TestScope" }, 491Scope = new OtlpInstrumentationScopeJson { Name = "TestScope" }, 536Scope = new OtlpInstrumentationScopeJson { Name = "TestScope" },
6 references to OtlpInstrumentationScopeJson
Aspire.Dashboard (6)
Model\TelemetryExportService.cs (1)
643private static OtlpInstrumentationScopeJson ConvertScope(OtlpScope scope)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
760private static InstrumentationScope ToProtobuf(OtlpInstrumentationScopeJson json)
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
30[JsonSerializable(typeof(OtlpInstrumentationScopeJson))]
src\Shared\Otlp\Serialization\OtlpLogsJson.cs (1)
41public OtlpInstrumentationScopeJson? Scope { get; set; }
src\Shared\Otlp\Serialization\OtlpMetricsJson.cs (1)
41public OtlpInstrumentationScopeJson? Scope { get; set; }
src\Shared\Otlp\Serialization\OtlpTraceJson.cs (1)
41public OtlpInstrumentationScopeJson? Scope { get; set; }