Skip to content

Commit dc00579

Browse files
Update opentelemetry-exporter-otlp, ... to 1.53.0 (#2632)
## About this PR 📦 Updates * [io.opentelemetry:opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-java) * [io.opentelemetry:opentelemetry-sdk-extension-autoconfigure](https://github.com/open-telemetry/opentelemetry-java) from `1.52.0` to `1.53.0` 📜 [GitHub Release Notes](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.53.0) - [Version Diff](open-telemetry/opentelemetry-java@v1.52.0...v1.53.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/0c7991de8224eff8436230a3e11b89520bbf94c8/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "io.opentelemetry" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.opentelemetry" } }] ``` </details> <sup> labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForGroupId" : { "forArtifactIds" : [ { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.opentelemetry", "artifactId" : { "name" : "opentelemetry-exporter-otlp", "maybeCrossName" : null }, "version" : "1.52.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "io.opentelemetry", "artifactId" : { "name" : "opentelemetry-exporter-otlp", "maybeCrossName" : null }, "version" : "1.52.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.53.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "io.opentelemetry", "artifactId" : { "name" : "opentelemetry-sdk-extension-autoconfigure", "maybeCrossName" : null }, "version" : "1.52.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "io.opentelemetry", "artifactId" : { "name" : "opentelemetry-sdk-extension-autoconfigure", "maybeCrossName" : null }, "version" : "1.52.0", "sbtVersion" : null, "scalaVersion" : null, "configurations" : "test" } ], "newerVersions" : [ "1.53.0" ], "newerGroupId" : null, "newerArtifactId" : null } } ] } }, "Labels" : [ "library-update", "early-semver-minor", "semver-spec-minor", "commit-count:1" ] } --> Co-authored-by: scala-steward <scala-steward>
1 parent 3909b1b commit dc00579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/main/scala/sttp/client4/examples/observability/openTelemetryTracingAndMetrics.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// {cat=Observability; effects=Synchronous; backend=HttpClient}: Use the OpenTelemetry tracing & metrics wrappers
22

33
//> using dep com.softwaremill.sttp.client4::opentelemetry-backend:4.0.9
4-
//> using dep io.opentelemetry:opentelemetry-exporter-otlp:1.52.0
5-
//> using dep io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.52.0
4+
//> using dep io.opentelemetry:opentelemetry-exporter-otlp:1.53.0
5+
//> using dep io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.53.0
66

77
package sttp.client4.examples.observability
88

0 commit comments

Comments
 (0)