Fix stale type reference for OTLP logging transport metadata

See gh-51119

Signed-off-by: wantaek <wantaekchoi@gmail.com>
This commit is contained in:
wantaek
2026-07-25 17:24:20 +02:00
committed by Stéphane Nicoll
parent bc156310c2
commit 5ebd999dd6
@@ -76,7 +76,7 @@
},
{
"name": "management.otlp.logging.transport",
"type": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.Transport",
"type": "org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.Transport",
"description": "Transport used to send the logs.",
"defaultValue": "http",
"deprecation": {