Skip to content

Commit 377ac31

Browse files
authored
Bump OpenTelemetry.Instrumentation.SqlClient to 1.12.0-beta.2 (#4307)
1 parent a417b97 commit 377ac31

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
3434
- `OpenTelemetry.Instrumentation.Process` from `1.11.0-beta.2` to `1.12.0-beta.1`,
3535
- `OpenTelemetry.Instrumentation.Quartz` from `1.11.0-beta.2` to `1.12.0-beta.1`,
3636
- `OpenTelemetry.Instrumentation.Runtime` from `1.11.1` to `1.12.0`,
37-
- `OpenTelemetry.Instrumentation.SqlClient` from `1.11.0-beta.2` to `1.12.0-beta.1`,
37+
- `OpenTelemetry.Instrumentation.SqlClient` from `1.11.0-beta.2` to `1.12.0-beta.2`,
3838
- `OpenTelemetry.Instrumentation.Wcf` from `1.11.0-beta.2` to `1.12.0-beta.1`,
3939
- `OpenTelemetry.Resources.Azure` from `1.11.0-beta.2` to `1.12.0-beta.1`,
4040
- `OpenTelemetry.Resources.Container` from `1.11.0-beta.2` to `1.12.0-beta.1`,

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ due to lack of stable semantic convention.
190190
| `NPGSQL` | [Npgsql](https://www.nuget.org/packages/Npgsql) **Not supported on .NET Framework** | [Npgsql metrics](https://www.npgsql.org/doc/diagnostics/metrics.html) | ≥6.0.0 | source | [Experimental](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/versioning-and-stability.md) |
191191
| `NSERVICEBUS` | [NServiceBus](https://www.nuget.org/packages/NServiceBus) | [NServiceBus metrics](https://docs.particular.net/samples/open-telemetry/prometheus-grafana/#reporting-metric-values) | ≥8.0.0 & < 10.0.0 | source & bytecode | [Experimental](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/versioning-and-stability.md) |
192192
| `PROCESS` | [OpenTelemetry.Instrumentation.Process](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Process) | [Process metrics](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/Instrumentation.Process-1.12.0-beta.1/src/OpenTelemetry.Instrumentation.Process/README.md#metrics) | * | source | [Experimental](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/versioning-and-stability.md) |
193-
| `SQLCLIENT` | [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient), [System.Data.SqlClient](https://www.nuget.org/packages/System.Data.SqlClient) \[2\] and `System.Data` (shipped with .NET Framework) | [SqlClient metrics](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases/tag/Instrumentation.SqlClient-1.12.0-beta.1) | * \[3\] | source | [Experimental](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/versioning-and-stability.md) |
193+
| `SQLCLIENT` | [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient), [System.Data.SqlClient](https://www.nuget.org/packages/System.Data.SqlClient) \[2\] and `System.Data` (shipped with .NET Framework) | [SqlClient metrics](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases/tag/Instrumentation.SqlClient-1.12.0-beta.2) | * \[3\] | source | [Experimental](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/versioning-and-stability.md) |
194194

195195
\[1\]: The ASP.NET metrics are generated only if the `AspNet` trace instrumentation
196196
is also enabled.

docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public class MyPlugin
123123
| OpenTelemetry.Instrumentation.GrpcNetClient.GrpcClientTraceInstrumentationOptions | OpenTelemetry.Instrumentation.GrpcNetClient | 1.12.0-beta.1 |
124124
| OpenTelemetry.Instrumentation.Http.HttpClientTraceInstrumentationOptions | OpenTelemetry.Instrumentation.Http | 1.12.0 |
125125
| OpenTelemetry.Instrumentation.Quartz.QuartzInstrumentationOptions | OpenTelemetry.Instrumentation.Quartz | 1.12.0-beta.1 |
126-
| OpenTelemetry.Instrumentation.SqlClient.SqlClientTraceInstrumentationOptions | OpenTelemetry.Instrumentation.SqlClient | 1.12.0-beta.1 |
126+
| OpenTelemetry.Instrumentation.SqlClient.SqlClientTraceInstrumentationOptions | OpenTelemetry.Instrumentation.SqlClient | 1.12.0-beta.2 |
127127
| OpenTelemetry.Instrumentation.StackExchangeRedis.StackExchangeRedisInstrumentationOptions | OpenTelemetry.Instrumentation.StackExchangeRedis | 1.12.0-beta.1 |
128128
| OpenTelemetry.Instrumentation.Wcf.WcfInstrumentationOptions | OpenTelemetry.Instrumentation.Wcf | 1.12.0-beta.1 |
129129

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageVersion Include="OpenTelemetry.Instrumentation.Process" Version="1.12.0-beta.1" />
2323
<PackageVersion Include="OpenTelemetry.Instrumentation.Quartz" Version="1.12.0-beta.1" />
2424
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.12.0" />
25-
<PackageVersion Include="OpenTelemetry.Instrumentation.SqlClient" Version="1.12.0-beta.1" />
25+
<PackageVersion Include="OpenTelemetry.Instrumentation.SqlClient" Version="1.12.0-beta.2" />
2626
<PackageVersion Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.12.0-beta.1" />
2727
<PackageVersion Include="OpenTelemetry.Shims.OpenTracing" Version="1.12.0-beta.1" />
2828
<PackageVersion Include="OpenTelemetry.Resources.Azure" Version="1.12.0-beta.1" />

src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
4848
{ L"OpenTelemetry.Instrumentation.Process", {1, 12, 0, 494} },
4949
{ L"OpenTelemetry.Instrumentation.Quartz", {1, 12, 0, 495} },
5050
{ L"OpenTelemetry.Instrumentation.Runtime", {1, 12, 0, 496} },
51-
{ L"OpenTelemetry.Instrumentation.SqlClient", {1, 12, 0, 507} },
51+
{ L"OpenTelemetry.Instrumentation.SqlClient", {1, 12, 0, 582} },
5252
{ L"OpenTelemetry.Instrumentation.Wcf", {1, 12, 0, 500} },
5353
{ L"OpenTelemetry.Resources.Azure", {1, 12, 0, 501} },
5454
{ L"OpenTelemetry.Resources.Host", {1, 12, 0, 503} },

0 commit comments

Comments
 (0)