Skip to content

Commit db7b8a1

Browse files
committed
Merge pull request #51119 from wantaekchoi
Closes gh-51119 * fix/otlp-logging-transport-metadata-type: Fix stale type reference for OTLP logging transport metadata
2 parents bc15631 + 5ebd999 commit db7b8a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/spring-boot-opentelemetry/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
{
7878
"name": "management.otlp.logging.transport",
79-
"type": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.Transport",
79+
"type": "org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.Transport",
8080
"description": "Transport used to send the logs.",
8181
"defaultValue": "http",
8282
"deprecation": {

0 commit comments

Comments
 (0)