mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Fix stale type reference for OTLP logging transport metadata
See gh-51119 Signed-off-by: wantaek <wantaekchoi@gmail.com>
This commit is contained in:
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user