Skip to content

Commit 361b5b1

Browse files
Update OpenTelemetry.Instrumentation.SqlClient (#418)
Use stable release of OpenTelemetry.Instrumentation.SqlClient 1.15.0.
1 parent 29d0bc2 commit 361b5b1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased version
44

5+
## 1.5.2
6+
7+
### Bug Fixes
8+
9+
* Use 1.15.0 of OpenTelemetry.Instrumentation.SqlClient ([#418](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/418))
10+
511
## 1.5.1
612

713
### Bug Fixes

src/Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<ItemGroup Label="Stable Instrumentation Packages">
2929
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.15.0" />
3030
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.15.0" />
31+
<PackageReference Include="OpenTelemetry.Instrumentation.SqlClient" Version="1.15.0" />
3132
</ItemGroup>
3233

3334
<ItemGroup Label="Non-stable instrumentation packages">
3435
<PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.15.0-beta.1" />
3536
<PackageReference Include="OpenTelemetry.Instrumentation.Process" Version="1.15.0-beta.1" />
36-
<PackageReference Include="OpenTelemetry.Instrumentation.SqlClient" Version="1.15.0-rc.1" />
3737
<PackageReference Include="OpenTelemetry.Resources.Container" Version="1.15.0-beta.1" />
3838
<PackageReference Include="OpenTelemetry.Resources.Host" Version="1.15.0-beta.2" />
3939
<PackageReference Include="OpenTelemetry.Resources.OperatingSystem" Version="1.15.0-beta.1" />

0 commit comments

Comments
 (0)