Skip to content

Commit 31c0699

Browse files
Bump OpenTelemetry.Instrumentation.ElasticsearchClient (#208)
* Bump OpenTelemetry.Instrumentation.ElasticsearchClient Bump OpenTelemetry.Instrumentation.ElasticsearchClient to the latest version. * Update CHANGELOG Add ElasticSearch changes.
1 parent eca6da4 commit 31c0699

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
* Use 1.12.0 of OpenTelemetry.Instrumentation.AWS ([#145](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/145))
2222
* Change default Semantic Convention to 1.28.
2323
* 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))
2428
* Use 1.12.0-beta.2 of OpenTelemetry.Instrumentation.SqlClient ([#145](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/145))
2529
* The `peer.service` and `server.socket.address` attributes are no longer emitted.
2630
Users should rely on the `server.address` attribute for the same information.
@@ -93,6 +97,11 @@
9397
* Support use with SqlClient instrumentation.
9498
([#2280](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2280),
9599
[#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))
96105
* Use 1.12.0-beta.1 of OpenTelemetry.Instrumentation.GrpcNetClient ([#145](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/145))
97106
* Use 1.12.0-beta.1 of OpenTelemetry.Instrumentation.Hangfire ([#145](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/145))
98107
* `ActivitySource.Version` is set to NuGet package version. ([#1624](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1624))

src/Grafana.OpenTelemetry/Grafana.OpenTelemetry.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<ItemGroup Label="Non-stable instrumentation packages with dependencies">
3939
<PackageReference Include="OpenTelemetry.Instrumentation.Cassandra" Version="1.0.0-beta.2" />
40-
<PackageReference Include="OpenTelemetry.Instrumentation.ElasticsearchClient" Version="1.0.0-beta.5" />
40+
<PackageReference Include="OpenTelemetry.Instrumentation.ElasticsearchClient" Version="1.12.0-beta.1" />
4141
<PackageReference Include="OpenTelemetry.Instrumentation.EntityFrameworkCore" Version="1.12.0-beta.2" />
4242
<PackageReference Include="OpenTelemetry.Instrumentation.Hangfire" Version="1.12.0-beta.1" />
4343
<PackageReference Include="OpenTelemetry.Instrumentation.Quartz" Version="1.12.0-beta.1" />

0 commit comments

Comments
 (0)