From 8ffe8abe9136584a86ca78fcd9a5f4734f31c049 Mon Sep 17 00:00:00 2001 From: ancplua Date: Fri, 3 Jul 2026 05:32:47 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20comment=20truth=20sweep=20=E2=80=94=20?= =?UTF-8?q?delete=20filler=20XML-doc=20examples=20and=20stale=20fix-marker?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Delete the templated var apiType = typeof(X); filler line from 27 runtime files (pure padding, documents nothing) - QylInterceptedAzure: drop the CODE RED #9 past-bug marker; keep the live low-cardinality span-name constraint - QylSemConvRegistry: drop the 'previous substrate' history narration; keep the AOT-safety constraint that motivates the generator-emitted registry Co-Authored-By: Claude Fable 5 --- .../Internal/QylSemConvRegistry.cs | 5 ++--- .../QylAutoInstrumentationIds.cs | 2 -- .../QylAutoInstrumentationOptions.cs | 1 - .../QylDbClientMetrics.cs | 1 - .../QylInstrumentationDomains.cs | 1 - .../QylInterceptedAspNetCore.cs | 1 - .../QylInterceptedAzure.cs | 6 ++---- .../QylInterceptedDbCommand.cs | 1 - .../QylInterceptedElastic.cs | 1 - .../QylInterceptedEntityFrameworkCore.cs | 1 - .../QylInterceptedExternalLogger.cs | 1 - .../QylInterceptedGraphQl.cs | 1 - .../QylInterceptedGrpcNetClient.cs | 1 - .../QylInterceptedHttpWebRequest.cs | 1 - .../QylInterceptedKafka.cs | 1 - .../QylInterceptedLogger.cs | 1 - .../QylInterceptedMassTransit.cs | 1 - .../QylInterceptedMongoDb.cs | 1 - .../QylInterceptedNServiceBus.cs | 1 - .../QylInterceptedQuartz.cs | 1 - .../QylInterceptedRabbitMq.cs | 1 - .../QylInterceptedRedis.cs | 1 - .../QylInterceptedWcfClient.cs | 1 - .../QylInterceptedWcfCore.cs | 1 - src/Qyl.OpenTelemetry.AutoInstrumentation/QylMetricNames.cs | 1 - .../QylNServiceBusMetrics.cs | 1 - .../QylSemanticAttributes.cs | 1 - 27 files changed, 4 insertions(+), 33 deletions(-) diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/Internal/QylSemConvRegistry.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/Internal/QylSemConvRegistry.cs index 336a042..c464e7b 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/Internal/QylSemConvRegistry.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/Internal/QylSemConvRegistry.cs @@ -6,10 +6,9 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation.Internal; /// The qyl semconv registry — the set of attribute keys recognised by the active semconv version. /// /// -/// The previous substrate built this registry with runtime assembly scanning -/// over the Qyl.OpenTelemetry.SemanticConventions packages at process startup. That path is +/// Runtime assembly scanning over the Qyl.OpenTelemetry.SemanticConventions packages is /// NOT AOT-safe (the trim/AOT analyzers reject Assembly.GetTypes()), so the build-time -/// source generator now emits a FrozenSet<string> partial from the +/// source generator emits a FrozenSet<string> partial from the /// Qyl.OpenTelemetry.AutoInstrumentation.SourceGenerators assembly. The fallback below keeps the file /// compile-clean before the generator runs in a fresh checkout. /// diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylAutoInstrumentationIds.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylAutoInstrumentationIds.cs index 8dc39e7..c1140e3 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylAutoInstrumentationIds.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylAutoInstrumentationIds.cs @@ -2,7 +2,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Auto Instrumentation Signal. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylAutoInstrumentationSignal); public enum QylAutoInstrumentationSignal { /// Represents the Traces qyl auto-instrumentation signal. @@ -15,7 +14,6 @@ public enum QylAutoInstrumentationSignal /// Defines the qyl auto-instrumentation surface for qyl Auto Instrumentation Ids. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylAutoInstrumentationIds); public static class QylAutoInstrumentationIds { /// Well-known Ado Net value used by qyl auto-instrumentation. diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylAutoInstrumentationOptions.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylAutoInstrumentationOptions.cs index e0739e4..678e326 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylAutoInstrumentationOptions.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylAutoInstrumentationOptions.cs @@ -6,7 +6,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Auto Instrumentation Options. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylAutoInstrumentationOptions); public sealed class QylAutoInstrumentationOptions { private const string GlobalEnabledVariable = "OTEL_DOTNET_AUTO_INSTRUMENTATION_ENABLED"; diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylDbClientMetrics.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylDbClientMetrics.cs index a4062df..8a8b22d 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylDbClientMetrics.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylDbClientMetrics.cs @@ -4,7 +4,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl database Client Metrics. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylDbClientMetrics); public static class QylDbClientMetrics { private static readonly Meter Meter = new(QylMetricMeters.DatabaseMeterName); diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInstrumentationDomains.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInstrumentationDomains.cs index bdafe20..66c46aa 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInstrumentationDomains.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInstrumentationDomains.cs @@ -2,7 +2,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Instrumentation Domains. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInstrumentationDomains); public static class QylInstrumentationDomains { /// Well-known ASP.NET Core Server value used by qyl auto-instrumentation. diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedAspNetCore.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedAspNetCore.cs index 65324b5..6246665 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedAspNetCore.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedAspNetCore.cs @@ -8,7 +8,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted ASP.NET Core. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedAspNetCore); public static class QylInterceptedAspNetCore { /// Runs the Map Get runtime helper used by source-generated qyl interceptors. diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedAzure.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedAzure.cs index 4d68a19..f1cd6c5 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedAzure.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedAzure.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Azure. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedAzure); public static class QylInterceptedAzure { @@ -17,9 +16,8 @@ public static class QylInterceptedAzure QylActivityNames.AzureSdk, ActivityKind.Client, QylInstrumentationDomains.AzureSdk); - // Record the intercepted operation so Azure spans are distinguishable. The span name stays the - // stable low-cardinality "Azure SDK"; the specific method goes on code.function.name (CODE RED #9: - // the methodName parameter was previously received and dropped). + // The span name stays the stable low-cardinality "Azure SDK"; the specific method goes + // on code.function.name. if (activity is not null && !string.IsNullOrEmpty(methodName)) activity.SetTag(QylSemanticAttributes.CodeFunctionName, methodName); return activity; diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedDbCommand.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedDbCommand.cs index 7abd41c..4ab3fef 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedDbCommand.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedDbCommand.cs @@ -6,7 +6,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted database Command. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedDbCommand); public static class QylInterceptedDbCommand { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedElastic.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedElastic.cs index f9fd505..d0fa712 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedElastic.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedElastic.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Elastic. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedElastic); public static class QylInterceptedElastic { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedEntityFrameworkCore.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedEntityFrameworkCore.cs index 39d1fc3..6f67885 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedEntityFrameworkCore.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedEntityFrameworkCore.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Entity Framework Core. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedEntityFrameworkCore); public static class QylInterceptedEntityFrameworkCore { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedExternalLogger.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedExternalLogger.cs index edb24d5..faa8a29 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedExternalLogger.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedExternalLogger.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted External Logger. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedExternalLogger); public static class QylInterceptedExternalLogger { /// Runs the Start Activity runtime helper used by source-generated qyl interceptors. diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedGraphQl.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedGraphQl.cs index 4083f41..2108b4e 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedGraphQl.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedGraphQl.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Graph Ql. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedGraphQl); public static class QylInterceptedGraphQl { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedGrpcNetClient.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedGrpcNetClient.cs index f177442..209f32e 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedGrpcNetClient.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedGrpcNetClient.cs @@ -6,7 +6,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted gRPC Net Client. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedGrpcNetClient); public static class QylInterceptedGrpcNetClient { // Registered on first use (inside an intercepted gRPC call, before the underlying call raises the diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedHttpWebRequest.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedHttpWebRequest.cs index 685b2fa..579af7a 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedHttpWebRequest.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedHttpWebRequest.cs @@ -6,7 +6,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted HTTP Web Request. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedHttpWebRequest); public static class QylInterceptedHttpWebRequest { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedKafka.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedKafka.cs index ce025a6..ab85a4c 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedKafka.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedKafka.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Kafka. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedKafka); public static class QylInterceptedKafka { /// Runs the Start Producer Activity runtime helper used by source-generated qyl interceptors. diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedLogger.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedLogger.cs index 9d85543..c7bfceb 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedLogger.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedLogger.cs @@ -6,7 +6,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Logger. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedLogger); public static class QylInterceptedLogger { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedMassTransit.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedMassTransit.cs index 4e806df..13e43e8 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedMassTransit.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedMassTransit.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Mass Transit. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedMassTransit); public static class QylInterceptedMassTransit { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedMongoDb.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedMongoDb.cs index d7fea41..0d1c7c6 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedMongoDb.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedMongoDb.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Mongo Db. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedMongoDb); public static class QylInterceptedMongoDb { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedNServiceBus.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedNServiceBus.cs index 452c194..44bd88c 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedNServiceBus.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedNServiceBus.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted N Service Bus. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedNServiceBus); public static class QylInterceptedNServiceBus { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedQuartz.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedQuartz.cs index ebbc3c8..85b31c7 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedQuartz.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedQuartz.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Quartz. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedQuartz); public static class QylInterceptedQuartz { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedRabbitMq.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedRabbitMq.cs index 4cf9f4a..a0b53d9 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedRabbitMq.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedRabbitMq.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Rabbit Mq. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedRabbitMq); public static class QylInterceptedRabbitMq { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedRedis.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedRedis.cs index 60382a9..fc8b8f0 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedRedis.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedRedis.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Redis. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedRedis); public static class QylInterceptedRedis { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedWcfClient.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedWcfClient.cs index d9556b8..45d2e9d 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedWcfClient.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedWcfClient.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Wcf Client. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedWcfClient); public static class QylInterceptedWcfClient { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedWcfCore.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedWcfCore.cs index 5ad9e70..82fde8a 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedWcfCore.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylInterceptedWcfCore.cs @@ -5,7 +5,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Intercepted Wcf Core. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylInterceptedWcfCore); public static class QylInterceptedWcfCore { diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylMetricNames.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylMetricNames.cs index e2fe7cf..8af4141 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylMetricNames.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylMetricNames.cs @@ -2,7 +2,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Metric Names. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylMetricNames); public static class QylMetricNames { /// Well-known HTTP Server Request Duration value used by qyl auto-instrumentation. diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylNServiceBusMetrics.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylNServiceBusMetrics.cs index 3c97edd..5c7c376 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylNServiceBusMetrics.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylNServiceBusMetrics.cs @@ -4,7 +4,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl N Service Bus Metrics. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylNServiceBusMetrics); public static class QylNServiceBusMetrics { private static readonly Meter Meter = new(QylMetricMeters.NServiceBusMeterName); diff --git a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylSemanticAttributes.cs b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylSemanticAttributes.cs index a199519..3a85716 100644 --- a/src/Qyl.OpenTelemetry.AutoInstrumentation/QylSemanticAttributes.cs +++ b/src/Qyl.OpenTelemetry.AutoInstrumentation/QylSemanticAttributes.cs @@ -15,7 +15,6 @@ namespace Qyl.OpenTelemetry.AutoInstrumentation; /// Defines the qyl auto-instrumentation surface for qyl Semantic Attributes. /// This runtime surface is NativeAOT-compatible and is consumed by source-generated interceptors without runtime IL rewriting, profiler attach, or reflection discovery. -/// var apiType = typeof(QylSemanticAttributes); public static class QylSemanticAttributes { /// Well-known qyl Instrumentation Domain value used by qyl auto-instrumentation.