mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Upgrade to OpenTelemetry 1.59.0
Closes gh-49452
This commit is contained in:
+1
@@ -41,6 +41,7 @@ import org.springframework.context.annotation.Bean;
|
||||
* @author Phillip Webb
|
||||
* @since 4.0.0
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
@AutoConfiguration(afterName = "org.springframework.boot.zipkin.autoconfigure.ZipkinAutoConfiguration")
|
||||
@ConditionalOnClass({ ZipkinSpanExporter.class, Span.class })
|
||||
public final class ZipkinWithOpenTelemetryTracingAutoConfiguration {
|
||||
|
||||
+1
@@ -38,6 +38,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
*
|
||||
* @author Moritz Halbritter
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
class ZipkinWithOpenTelemetryTracingAutoConfigurationTests {
|
||||
|
||||
private final ApplicationContextRunner contextRunner = new ApplicationContextRunner()
|
||||
|
||||
@@ -1732,7 +1732,7 @@ bom {
|
||||
javadoc(version -> "https://netty.io/%s.%s/api".formatted(version.major(), version.minor()), "io.netty")
|
||||
}
|
||||
}
|
||||
library("OpenTelemetry", "1.58.0") {
|
||||
library("OpenTelemetry", "1.59.0") {
|
||||
group("io.opentelemetry") {
|
||||
bom("opentelemetry-bom")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user