Skip to content

Commit 2f94f8b

Browse files
Bump opentelemetry from 1.40.0 to 1.41.0, opentelemetry-semconv from 1.26.0-alpha to 1.27.0-alpha (#15361)
Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 0eb63bd) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4f97fd3 commit 2f94f8b

31 files changed

+21
-17
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4545
- Bump `com.azure:azure-core-http-netty` from 1.15.1 to 1.15.3 ([#15300](https://github.com/opensearch-project/OpenSearch/pull/15300))
4646
- Bump `com.gradle.develocity` from 3.17.6 to 3.18 ([#15297](https://github.com/opensearch-project/OpenSearch/pull/15297))
4747
- Bump `commons-cli:commons-cli` from 1.8.0 to 1.9.0 ([#15298](https://github.com/opensearch-project/OpenSearch/pull/15298))
48+
- Bump `opentelemetry` from 1.40.0 to 1.41.0 ([#15361](https://github.com/opensearch-project/OpenSearch/pull/15361))
49+
- Bump `opentelemetry-semconv` from 1.26.0-alpha to 1.27.0-alpha ([#15361](https://github.com/opensearch-project/OpenSearch/pull/15361))
4850

4951
### Changed
5052
- Add lower limit for primary and replica batch allocators timeout ([#14979](https://github.com/opensearch-project/OpenSearch/pull/14979))

buildSrc/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jzlib = 1.1.3
7272
resteasy = 6.2.4.Final
7373

7474
# opentelemetry dependencies
75-
opentelemetry = 1.40.0
76-
opentelemetrysemconv = 1.26.0-alpha
75+
opentelemetry = 1.41.0
76+
opentelemetrysemconv = 1.27.0-alpha

plugins/telemetry-otel/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ thirdPartyAudit {
8686
'io.opentelemetry.sdk.autoconfigure.spi.traces.ConfigurableSpanExporterProvider',
8787
'kotlin.io.path.PathsKt',
8888
'io.opentelemetry.sdk.autoconfigure.spi.traces.ConfigurableSpanExporterProvider',
89-
'io.opentelemetry.sdk.autoconfigure.spi.internal.AutoConfigureListener'
89+
'io.opentelemetry.sdk.autoconfigure.spi.internal.AutoConfigureListener',
90+
'io.opentelemetry.sdk.autoconfigure.spi.internal.ComponentProvider',
91+
'io.opentelemetry.sdk.autoconfigure.spi.internal.StructuredConfigProperties'
9092
)
9193
}
9294

plugins/telemetry-otel/licenses/opentelemetry-api-1.40.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ec5ad3b420c9fba4b340e85a3199fd0f2accd023

plugins/telemetry-otel/licenses/opentelemetry-api-incubator-1.40.0-alpha.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fd387313cc37a6e93062e9a80a2526634d22cb19

plugins/telemetry-otel/licenses/opentelemetry-context-1.40.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3d7cf15ef425053e24e825160ca7b4ac08d721aa

plugins/telemetry-otel/licenses/opentelemetry-exporter-common-1.40.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)