Skip to content

Commit b5b95b8

Browse files
committed
Review configuration properties
This commit reviews the configuration properties to fix a number of oddities found in the first milestone: * Additional configuration metadata file in the wrong location. * Missing manual error metadata for removed properties Closes gh-46535
1 parent dc68142 commit b5b95b8

File tree

2 files changed

+200
-0
lines changed

2 files changed

+200
-0
lines changed

module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@
144144
"description": "Whether to enable SSL certificate health check.",
145145
"defaultValue": true
146146
},
147+
{
148+
"name": "management.health.influxdb.enabled",
149+
"type": "java.lang.Boolean",
150+
"deprecation": {
151+
"level": "error",
152+
"reason": "InfluxDB support has been removed."
153+
}
154+
},
147155
{
148156
"name": "management.httpexchanges.recording.enabled",
149157
"type": "java.lang.Boolean",
@@ -240,6 +248,198 @@
240248
"replacement": "management.httpexchanges.recording.include",
241249
"level": "error"
242250
}
251+
},
252+
{
253+
"name": "management.wavefront.api-token",
254+
"type": "java.lang.String",
255+
"deprecation": {
256+
"level": "error",
257+
"reason": "Wavefront is end-of-live."
258+
}
259+
},
260+
{
261+
"name": "management.wavefront.api-token-type",
262+
"type": "org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties$TokenType",
263+
"deprecation": {
264+
"level": "error",
265+
"reason": "Wavefront is end-of-live."
266+
}
267+
},
268+
{
269+
"name": "management.wavefront.application.cluster-name",
270+
"type": "java.lang.String",
271+
"deprecation": {
272+
"level": "error",
273+
"reason": "Wavefront is end-of-live."
274+
}
275+
},
276+
{
277+
"name": "management.wavefront.application.custom-tags",
278+
"type": "java.util.Map<java.lang.String,java.lang.String>",
279+
"deprecation": {
280+
"level": "error",
281+
"reason": "Wavefront is end-of-live."
282+
}
283+
},
284+
{
285+
"name": "management.wavefront.application.name",
286+
"type": "java.lang.String",
287+
"deprecation": {
288+
"level": "error",
289+
"reason": "Wavefront is end-of-live."
290+
}
291+
},
292+
{
293+
"name": "management.wavefront.application.service-name",
294+
"type": "java.lang.String",
295+
"deprecation": {
296+
"level": "error",
297+
"reason": "Wavefront is end-of-live."
298+
}
299+
},
300+
{
301+
"name": "management.wavefront.application.shard-name",
302+
"type": "java.lang.String",
303+
"deprecation": {
304+
"level": "error",
305+
"reason": "Wavefront is end-of-live."
306+
}
307+
},
308+
{
309+
"name": "management.wavefront.metrics.export.batch-size",
310+
"type": "java.lang.Integer",
311+
"deprecation": {
312+
"level": "error",
313+
"reason": "Wavefront is end-of-live."
314+
}
315+
},
316+
{
317+
"name": "management.wavefront.metrics.export.connect-timeout",
318+
"type": "java.time.Duration",
319+
"deprecation": {
320+
"level": "error",
321+
"reason": "Wavefront is end-of-live."
322+
}
323+
},
324+
{
325+
"name": "management.wavefront.metrics.export.enabled",
326+
"type": "java.lang.Boolean",
327+
"deprecation": {
328+
"level": "error",
329+
"reason": "Wavefront is end-of-live."
330+
}
331+
},
332+
{
333+
"name": "management.wavefront.metrics.export.global-prefix",
334+
"type": "java.lang.String",
335+
"deprecation": {
336+
"level": "error",
337+
"reason": "Wavefront is end-of-live."
338+
}
339+
},
340+
{
341+
"name": "management.wavefront.metrics.export.read-timeout",
342+
"type": "java.time.Duration",
343+
"deprecation": {
344+
"level": "error",
345+
"reason": "Wavefront is end-of-live."
346+
}
347+
},
348+
{
349+
"name": "management.wavefront.metrics.export.report-day-distribution",
350+
"type": "java.lang.Boolean",
351+
"deprecation": {
352+
"level": "error",
353+
"reason": "Wavefront is end-of-live."
354+
}
355+
},
356+
{
357+
"name": "management.wavefront.metrics.export.report-hour-distribution",
358+
"type": "java.lang.Boolean",
359+
"deprecation": {
360+
"level": "error",
361+
"reason": "Wavefront is end-of-live."
362+
}
363+
},
364+
{
365+
"name": "management.wavefront.metrics.export.report-minute-distribution",
366+
"type": "java.lang.Boolean",
367+
"deprecation": {
368+
"level": "error",
369+
"reason": "Wavefront is end-of-live."
370+
}
371+
},
372+
{
373+
"name": "management.wavefront.metrics.export.step",
374+
"type": "java.time.Duration",
375+
"deprecation": {
376+
"level": "error",
377+
"reason": "Wavefront is end-of-live."
378+
}
379+
},
380+
{
381+
"name": "management.wavefront.sender.batch-size",
382+
"type": "java.lang.Integer",
383+
"deprecation": {
384+
"level": "error",
385+
"reason": "Wavefront is end-of-live."
386+
}
387+
},
388+
{
389+
"name": "management.wavefront.sender.flush-interval",
390+
"type": "java.time.Duration",
391+
"deprecation": {
392+
"level": "error",
393+
"reason": "Wavefront is end-of-live."
394+
}
395+
},
396+
{
397+
"name": "management.wavefront.sender.max-queue-size",
398+
"type": "java.lang.Integer",
399+
"deprecation": {
400+
"level": "error",
401+
"reason": "Wavefront is end-of-live."
402+
}
403+
},
404+
{
405+
"name": "management.wavefront.sender.message-size",
406+
"type": "org.springframework.util.unit.DataSize",
407+
"deprecation": {
408+
"level": "error",
409+
"reason": "Wavefront is end-of-live."
410+
}
411+
},
412+
{
413+
"name": "management.wavefront.source",
414+
"type": "java.lang.String",
415+
"deprecation": {
416+
"level": "error",
417+
"reason": "Wavefront is end-of-live."
418+
}
419+
},
420+
{
421+
"name": "management.wavefront.trace-derived-custom-tag-keys",
422+
"type": "java.util.Set<java.lang.String>",
423+
"deprecation": {
424+
"level": "error",
425+
"reason": "Wavefront is end-of-live."
426+
}
427+
},
428+
{
429+
"name": "management.wavefront.tracing.export.enabled",
430+
"type": "java.lang.Boolean",
431+
"deprecation": {
432+
"level": "error",
433+
"reason": "Wavefront is end-of-live."
434+
}
435+
},
436+
{
437+
"name": "management.wavefront.uri",
438+
"type": "java.net.URI",
439+
"deprecation": {
440+
"level": "error",
441+
"reason": "Wavefront is end-of-live."
442+
}
243443
}
244444
],
245445
"hints": [

0 commit comments

Comments
 (0)