6 instantiations of OtlpInstrumentationScopeJson
Aspire.Cli.Tests (6)
Mcp\ExcludeFromMcpTests.cs (2)
472Scope = new OtlpInstrumentationScopeJson { Name = "Microsoft.Extensions.Logging" }, 517Scope = new OtlpInstrumentationScopeJson { Name = "TestScope" },
Mcp\ListStructuredLogsToolTests.cs (1)
78Scope = new OtlpInstrumentationScopeJson { Name = "Microsoft.Extensions.Logging" },
Mcp\ListTracesToolTests.cs (2)
47Scope = new OtlpInstrumentationScopeJson { Name = "OpenTelemetry" }, 349Scope = new OtlpInstrumentationScopeJson { Name = "OpenTelemetry" },
ProfileCaptureServiceTests.cs (1)
642Scope = new OtlpInstrumentationScopeJson { Name = "Aspire.Cli.Profiling" },
4 references to OtlpInstrumentationScopeJson
aspire (4)
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
31[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; }