Skip to content

Commit 5ebd999

Browse files
wantaekchoisnicoll
authored andcommitted
Fix stale type reference for OTLP logging transport metadata
See gh-51119 Signed-off-by: wantaek <wantaekchoi@gmail.com>
1 parent bc15631 commit 5ebd999

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)