|
21 | 21 | * Use 1.12.0 of OpenTelemetry.Instrumentation.AWS ([#145](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/145)) |
22 | 22 | * Change default Semantic Convention to 1.28. |
23 | 23 | * Update AWSSDK dependencies to v4. ([#2720](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2720)) |
| 24 | +* Use 1.12.0-beta.1 of OpenTelemetry.Instrumentation.ElasticsearchClient ([#208](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/208)) |
| 25 | + * Replace `db.url` attribute with `url.full` to comply with semantic conventions. |
| 26 | + Redact `username` and `password` part of `url.full`. |
| 27 | + ([#1684](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1684)) |
24 | 28 | * Use 1.12.0-beta.2 of OpenTelemetry.Instrumentation.SqlClient ([#145](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/145)) |
25 | 29 | * The `peer.service` and `server.socket.address` attributes are no longer emitted. |
26 | 30 | Users should rely on the `server.address` attribute for the same information. |
|
93 | 97 | * Support use with SqlClient instrumentation. |
94 | 98 | ([#2280](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2280), |
95 | 99 | [#2829](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2829)) |
| 100 | +* Use 1.12.0-beta.1 of OpenTelemetry.Instrumentation.ElasticsearchClient ([#208](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/208)) |
| 101 | + * Span status is set based on semantic convention for client spans. |
| 102 | + ([#1538](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1538)) |
| 103 | + * ActivitySource.Version is set to NuGet package version. |
| 104 | + ([#1624](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1624)) |
96 | 105 | * Use 1.12.0-beta.1 of OpenTelemetry.Instrumentation.GrpcNetClient ([#145](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/145)) |
97 | 106 | * Use 1.12.0-beta.1 of OpenTelemetry.Instrumentation.Hangfire ([#145](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/145)) |
98 | 107 | * `ActivitySource.Version` is set to NuGet package version. ([#1624](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1624)) |
|
0 commit comments