Skip to content

Commit e96aa05

Browse files
committed
Clean up additional configuration metadata for metrics properties
See spring-projectsgh-30381
1 parent f97b39a commit e96aa05

File tree

1 file changed

+14
-149
lines changed

1 file changed

+14
-149
lines changed

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

+14-149
Original file line numberDiff line numberDiff line change
@@ -345,213 +345,78 @@
345345
"."
346346
]
347347
},
348-
{
349-
"name": "management.metrics.export.appoptics.num-threads",
350-
"type": "java.lang.Integer",
351-
"description": "Number of threads to use with the metrics publishing scheduler.",
352-
"defaultValue": 2,
353-
"deprecation": {
354-
"level": "error"
355-
}
356-
},
357-
{
358-
"name": "management.metrics.export.datadog.num-threads",
359-
"type": "java.lang.Integer",
360-
"description": "Number of threads to use with the metrics publishing scheduler.",
361-
"defaultValue": 2,
362-
"deprecation": {
363-
"level": "error"
364-
}
365-
},
366-
{
367-
"name": "management.metrics.export.defaults.enabled",
368-
"type": "java.lang.Boolean",
369-
"description": "Whether to enable default metrics exporters.",
370-
"defaultValue": true
371-
},
372348
{
373349
"name": "management.defaults.metrics.export.enabled",
374350
"type": "java.lang.Boolean",
375351
"description": "Whether to enable default metrics exporters.",
376352
"defaultValue": true
377353
},
378354
{
379-
"name": "management.metrics.export.dynatrace.num-threads",
380-
"type": "java.lang.Integer",
381-
"description": "Number of threads to use with the metrics publishing scheduler.",
382-
"defaultValue": 2,
383-
"deprecation": {
384-
"level": "error"
385-
}
386-
},
387-
{
388-
"name": "management.metrics.export.elastic.num-threads",
389-
"type": "java.lang.Integer",
390-
"description": "Number of threads to use with the metrics publishing scheduler.",
391-
"defaultValue": 2,
392-
"deprecation": {
393-
"level": "error"
394-
}
395-
},
396-
{
397-
"name": "management.metrics.export.ganglia.addressing-mode",
355+
"name": "management.ganglia.metrics.export.addressing-mode",
398356
"defaultValue": "multicast"
399357
},
400358
{
401-
"name": "management.metrics.export.ganglia.duration-units",
359+
"name": "management.ganglia.metrics.export.duration-units",
402360
"defaultValue": "milliseconds"
403361
},
404362
{
405-
"name": "management.metrics.export.ganglia.rate-units",
363+
"name": "management.ganglia.metrics.export.rate-units",
406364
"defaultValue": "seconds"
407365
},
408366
{
409-
"name": "management.metrics.export.graphite.duration-units",
367+
"name": "management.graphite.metrics.export.duration-units",
410368
"defaultValue": "milliseconds"
411369
},
412370
{
413-
"name": "management.metrics.export.graphite.protocol",
371+
"name": "management.graphite.metrics.export.protocol",
414372
"defaultValue": "pickled"
415373
},
416374
{
417-
"name": "management.metrics.export.graphite.rate-units",
375+
"name": "management.graphite.metrics.export.rate-units",
418376
"defaultValue": "seconds"
419377
},
420378
{
421-
"name": "management.metrics.export.humio.num-threads",
422-
"type": "java.lang.Integer",
423-
"description": "Number of threads to use with the metrics publishing scheduler.",
424-
"defaultValue": 2,
425-
"deprecation": {
426-
"level": "error"
427-
}
428-
},
429-
{
430-
"name": "management.metrics.export.humio.repository",
431-
"deprecation": {
432-
"level": "error"
433-
}
434-
},
435-
{
436-
"name": "management.metrics.export.influx.consistency",
379+
"name": "management.influx.metrics.export.consistency",
437380
"defaultValue": "one"
438381
},
439382
{
440-
"name": "management.metrics.export.influx.num-threads",
441-
"type": "java.lang.Integer",
442-
"description": "Number of threads to use with the metrics publishing scheduler.",
443-
"defaultValue": 2,
444-
"deprecation": {
445-
"level": "error"
446-
}
447-
},
448-
{
449-
"name": "management.metrics.export.jmx.enabled",
383+
"name": "management.jmx.metrics.export.enabled",
450384
"type": "java.lang.Boolean",
451385
"description": "Whether exporting of metrics to JMX is enabled.",
452386
"defaultValue": true
453387
},
454388
{
455-
"name": "management.metrics.export.kairos.num-threads",
456-
"type": "java.lang.Integer",
457-
"description": "Number of threads to use with the metrics publishing scheduler.",
458-
"deprecation": {
459-
"level": "error"
460-
}
461-
},
462-
{
463-
"name": "management.metrics.export.newrelic.num-threads",
464-
"type": "java.lang.Integer",
465-
"description": "Number of threads to use with the metrics publishing scheduler.",
466-
"defaultValue": 2,
467-
"deprecation": {
468-
"level": "error"
469-
}
470-
},
471-
{
472-
"name": "management.metrics.export.prometheus.enabled",
389+
"name": "management.prometheus.metrics.export.enabled",
473390
"type": "java.lang.Boolean",
474391
"description": "Whether exporting of metrics to Prometheus is enabled.",
475392
"defaultValue": true
476393
},
477394
{
478-
"name": "management.metrics.export.prometheus.histogram-flavor",
395+
"name": "management.prometheus.metrics.export.histogram-flavor",
479396
"defaultValue": "prometheus"
480397
},
481398
{
482-
"name": "management.metrics.export.prometheus.pushgateway.shutdown-operation",
399+
"name": "management.prometheus.metrics.export.pushgateway.shutdown-operation",
483400
"defaultValue": "none"
484401
},
485-
{
486-
"name": "management.metrics.export.signalfx.num-threads",
487-
"type": "java.lang.Integer",
488-
"description": "Number of threads to use with the metrics publishing scheduler.",
489-
"defaultValue": 2,
490-
"deprecation": {
491-
"level": "error"
492-
}
493-
},
494-
{
495-
"name": "management.metrics.export.simple.enabled",
496-
"type": "java.lang.Boolean",
497-
"description": "Whether, in the absence of any other exporter, exporting of metrics to an in-memory backend is enabled.",
498-
"defaultValue": true
499-
},
500402
{
501403
"name": "management.simple.metrics.export.enabled",
502404
"type": "java.lang.Boolean",
503405
"description": "Whether, in the absence of any other exporter, exporting of metrics to an in-memory backend is enabled.",
504406
"defaultValue": true
505407
},
506408
{
507-
"name": "management.metrics.export.simple.mode",
409+
"name": "management.simple.metrics.export.mode",
508410
"defaultValue": "cumulative"
509411
},
510412
{
511-
"name": "management.metrics.export.stackdriver.num-threads",
512-
"type": "java.lang.Integer",
513-
"description": "Number of threads to use with the metrics publishing scheduler.",
514-
"defaultValue": 2,
515-
"deprecation": {
516-
"level": "error"
517-
}
518-
},
519-
{
520-
"name": "management.metrics.export.statsd.flavor",
413+
"name": "management.statsd.metrics.export.flavor",
521414
"defaultValue": "datadog"
522415
},
523416
{
524-
"name": "management.metrics.export.statsd.protocol",
417+
"name": "management.statsd.metrics.export.protocol",
525418
"defaultValue": "udp"
526419
},
527-
{
528-
"name": "management.metrics.export.statsd.queue-size",
529-
"defaultValue": 2147483647,
530-
"deprecation": {
531-
"level": "error"
532-
}
533-
},
534-
{
535-
"name": "management.metrics.export.wavefront.connect-timeout",
536-
"deprecation": {
537-
"level": "error"
538-
}
539-
},
540-
{
541-
"name": "management.metrics.export.wavefront.num-threads",
542-
"type": "java.lang.Integer",
543-
"description": "Number of threads to use with the metrics publishing scheduler.",
544-
"defaultValue": 2,
545-
"deprecation": {
546-
"level": "error"
547-
}
548-
},
549-
{
550-
"name": "management.metrics.export.wavefront.read-timeout",
551-
"deprecation": {
552-
"level": "error"
553-
}
554-
},
555420
{
556421
"name": "management.metrics.mongo.command.enabled",
557422
"description": "Whether to enable Mongo client command metrics.",

0 commit comments

Comments
 (0)