3 instantiations of OtlpInstrumentationScopeJson
Aspire.Cli.Tests (3)
Mcp\ListStructuredLogsToolTests.cs (1)
79Scope = new OtlpInstrumentationScopeJson { Name = "Microsoft.Extensions.Logging" },
Mcp\ListTracesToolTests.cs (2)
48Scope = new OtlpInstrumentationScopeJson { Name = "OpenTelemetry" }, 356Scope = new OtlpInstrumentationScopeJson { Name = "OpenTelemetry" },
3 references to OtlpInstrumentationScopeJson
aspire (3)
Otlp\OtlpCliJsonSerializerContext.cs (1)
106[JsonSerializable(typeof(OtlpInstrumentationScopeJson))]
src\Shared\Otlp\Serialization\OtlpLogsJson.cs (1)
41public OtlpInstrumentationScopeJson? Scope { get; set; }
src\Shared\Otlp\Serialization\OtlpTraceJson.cs (1)
41public OtlpInstrumentationScopeJson? Scope { get; set; }