From 832578680286306317f5e61f3f85bdf108aeb4f1 Mon Sep 17 00:00:00 2001
From: Alan West <3676547+alanwest@users.noreply.github.com>
Date: Fri, 9 Feb 2024 12:50:49 -0800
Subject: [PATCH] Add MinVerTagPrefix for SQL and gRPC instrumentation (#5337)
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
---
.../OpenTelemetry.Instrumentation.GrpcNetClient.csproj | 1 +
.../OpenTelemetry.Instrumentation.SqlClient.csproj | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/OpenTelemetry.Instrumentation.GrpcNetClient/OpenTelemetry.Instrumentation.GrpcNetClient.csproj b/src/OpenTelemetry.Instrumentation.GrpcNetClient/OpenTelemetry.Instrumentation.GrpcNetClient.csproj
index b85c018d7ab..48d9c8e5e65 100644
--- a/src/OpenTelemetry.Instrumentation.GrpcNetClient/OpenTelemetry.Instrumentation.GrpcNetClient.csproj
+++ b/src/OpenTelemetry.Instrumentation.GrpcNetClient/OpenTelemetry.Instrumentation.GrpcNetClient.csproj
@@ -4,6 +4,7 @@
$(TargetFrameworksForGrpcNetClientInstrumentation)
gRPC for .NET client instrumentation for OpenTelemetry .NET
$(PackageTags);distributed-tracing
+ Instrumentation.GrpcNetClient-
true
diff --git a/src/OpenTelemetry.Instrumentation.SqlClient/OpenTelemetry.Instrumentation.SqlClient.csproj b/src/OpenTelemetry.Instrumentation.SqlClient/OpenTelemetry.Instrumentation.SqlClient.csproj
index 113c5ec5d9f..09d8a5782f6 100644
--- a/src/OpenTelemetry.Instrumentation.SqlClient/OpenTelemetry.Instrumentation.SqlClient.csproj
+++ b/src/OpenTelemetry.Instrumentation.SqlClient/OpenTelemetry.Instrumentation.SqlClient.csproj
@@ -4,6 +4,7 @@
$(TargetFrameworksForLibraries)
SqlClient instrumentation for OpenTelemetry .NET
$(PackageTags);distributed-tracing
+ Instrumentation.SqlClient-
true