|
13 | 13 | }, |
14 | 14 | { |
15 | 15 | "name": "management.otlp.logging", |
16 | | - "type": "org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties", |
17 | | - "sourceType": "org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties", |
| 16 | + "type": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
| 17 | + "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
18 | 18 | "deprecation": { |
19 | 19 | "replacement": "management.opentelemetry.logging.export", |
20 | 20 | "level": "error" |
21 | 21 | } |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "name": "management.otlp.logging.compression", |
25 | | - "type": "org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties$Compression", |
| 25 | + "type": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties$Compression", |
26 | 26 | "description": "Method used to compress the payload.", |
27 | | - "sourceType": "org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties", |
| 27 | + "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
28 | 28 | "defaultValue": "none", |
29 | 29 | "deprecation": { |
30 | 30 | "replacement": "management.opentelemetry.logging.export.compression", |
|
35 | 35 | "name": "management.otlp.logging.connect-timeout", |
36 | 36 | "type": "java.time.Duration", |
37 | 37 | "description": "Connect timeout for the OTel collector connection.", |
38 | | - "sourceType": "org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties", |
| 38 | + "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
39 | 39 | "defaultValue": "10s", |
40 | 40 | "deprecation": { |
41 | 41 | "replacement": "management.opentelemetry.logging.export.connect-timeout", |
|
46 | 46 | "name": "management.otlp.logging.endpoint", |
47 | 47 | "type": "java.lang.String", |
48 | 48 | "description": "URL to the OTel collector's HTTP API.", |
49 | | - "sourceType": "org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties", |
| 49 | + "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
50 | 50 | "deprecation": { |
51 | 51 | "replacement": "management.opentelemetry.logging.export.endpoint", |
52 | 52 | "level": "error" |
|
65 | 65 | "name": "management.otlp.logging.headers", |
66 | 66 | "type": "java.util.Map<java.lang.String,java.lang.String>", |
67 | 67 | "description": "Custom HTTP headers you want to pass to the collector, for example auth headers.", |
68 | | - "sourceType": "org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties", |
| 68 | + "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
69 | 69 | "deprecation": { |
70 | 70 | "replacement": "management.opentelemetry.logging.export.headers", |
71 | 71 | "level": "error" |
|
75 | 75 | "name": "management.otlp.logging.timeout", |
76 | 76 | "type": "java.time.Duration", |
77 | 77 | "description": "Call timeout for the OTel Collector to process an exported batch of data. This timeout spans the entire call: resolving DNS, connecting, writing the request body, server processing, and reading the response body. If the call requires redirects or retries all must complete within one timeout period.", |
78 | | - "sourceType": "org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties", |
| 78 | + "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
79 | 79 | "defaultValue": "10s", |
80 | 80 | "deprecation": { |
81 | 81 | "replacement": "management.opentelemetry.logging.export.timeout", |
|
84 | 84 | }, |
85 | 85 | { |
86 | 86 | "name": "management.otlp.logging.transport", |
87 | | - "type": "org.springframework.boot.actuate.autoconfigure.logging.otlp.Transport", |
| 87 | + "type": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.Transport", |
88 | 88 | "description": "Transport used to send the logs.", |
89 | | - "sourceType": "org.springframework.boot.actuate.autoconfigure.logging.otlp.OtlpLoggingProperties", |
| 89 | + "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
90 | 90 | "defaultValue": "http", |
91 | 91 | "deprecation": { |
92 | 92 | "replacement": "management.opentelemetry.logging.export.transport", |
|
0 commit comments