|
11 | 11 | "name": "management.otlp.logging.compression", |
12 | 12 | "type": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties$Compression", |
13 | 13 | "description": "Method used to compress the payload.", |
14 | | - "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
15 | 14 | "defaultValue": "none", |
16 | 15 | "deprecation": { |
17 | 16 | "level": "error", |
|
23 | 22 | "name": "management.otlp.logging.connect-timeout", |
24 | 23 | "type": "java.time.Duration", |
25 | 24 | "description": "Connect timeout for the OTel collector connection.", |
26 | | - "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
27 | 25 | "defaultValue": "10s", |
28 | 26 | "deprecation": { |
29 | 27 | "level": "error", |
|
35 | 33 | "name": "management.otlp.logging.endpoint", |
36 | 34 | "type": "java.lang.String", |
37 | 35 | "description": "URL to the OTel collector's HTTP API.", |
38 | | - "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
39 | 36 | "deprecation": { |
40 | 37 | "level": "error", |
41 | 38 | "replacement": "management.opentelemetry.logging.export.otlp.endpoint", |
|
54 | 51 | "name": "management.otlp.logging.headers", |
55 | 52 | "type": "java.util.Map<java.lang.String,java.lang.String>", |
56 | 53 | "description": "Custom HTTP headers you want to pass to the collector, for example auth headers.", |
57 | | - "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
58 | 54 | "deprecation": { |
59 | 55 | "level": "error", |
60 | 56 | "replacement": "management.opentelemetry.logging.export.otlp.headers", |
|
65 | 61 | "name": "management.otlp.logging.timeout", |
66 | 62 | "type": "java.time.Duration", |
67 | 63 | "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.", |
68 | | - "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
69 | 64 | "defaultValue": "10s", |
70 | 65 | "deprecation": { |
71 | 66 | "level": "error", |
|
77 | 72 | "name": "management.otlp.logging.transport", |
78 | 73 | "type": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.Transport", |
79 | 74 | "description": "Transport used to send the logs.", |
80 | | - "sourceType": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.OpenTelemetryLoggingExportProperties", |
81 | 75 | "defaultValue": "http", |
82 | 76 | "deprecation": { |
83 | 77 | "level": "error", |
|
0 commit comments