Skip to content

Commit ff48892

Browse files
committed
Fix configuration metadata
1 parent 17a56df commit ff48892

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"groups": [],
33
"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-
},
94
{
105
"name": "management.otlp.tracing.export.enabled",
116
"deprecation": {
127
"replacement": "management.tracing.export.otlp.enabled",
138
"level": "error"
149
}
10+
},
11+
{
12+
"name": "management.tracing.export.otlp.enabled",
13+
"type": "java.lang.Boolean",
14+
"description": "Whether auto-configuration of tracing is enabled to export OTLP traces."
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)