We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a56df commit ff48892Copy full SHA for ff48892
module/spring-boot-micrometer-tracing-opentelemetry/src/main/resources/META-INF/additional-spring-configuration-metadata.json
@@ -1,17 +1,17 @@
1
{
2
"groups": [],
3
"properties": [
4
- {
5
- "name": "management.tracing.export.otlp.enabled",
6
- "type": "java.lang.Boolean",
7
- "description": "Whether auto-configuration of tracing is enabled to export OTLP traces."
8
- },
9
10
"name": "management.otlp.tracing.export.enabled",
11
"deprecation": {
12
"replacement": "management.tracing.export.otlp.enabled",
13
"level": "error"
14
}
+ },
+ {
+ "name": "management.tracing.export.otlp.enabled",
+ "type": "java.lang.Boolean",
+ "description": "Whether auto-configuration of tracing is enabled to export OTLP traces."
15
16
]
17
0 commit comments