Skip to content

Commit f97b39a

Browse files
committed
Fix properties in documentation
See spring-projectsgh-30381
1 parent 5524858 commit f97b39a

File tree

2 files changed

+107
-95
lines changed

2 files changed

+107
-95
lines changed

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

+12
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,12 @@
369369
"description": "Whether to enable default metrics exporters.",
370370
"defaultValue": true
371371
},
372+
{
373+
"name": "management.defaults.metrics.export.enabled",
374+
"type": "java.lang.Boolean",
375+
"description": "Whether to enable default metrics exporters.",
376+
"defaultValue": true
377+
},
372378
{
373379
"name": "management.metrics.export.dynatrace.num-threads",
374380
"type": "java.lang.Integer",
@@ -491,6 +497,12 @@
491497
"description": "Whether, in the absence of any other exporter, exporting of metrics to an in-memory backend is enabled.",
492498
"defaultValue": true
493499
},
500+
{
501+
"name": "management.simple.metrics.export.enabled",
502+
"type": "java.lang.Boolean",
503+
"description": "Whether, in the absence of any other exporter, exporting of metrics to an in-memory backend is enabled.",
504+
"defaultValue": true
505+
},
494506
{
495507
"name": "management.metrics.export.simple.mode",
496508
"defaultValue": "cumulative"

0 commit comments

Comments
 (0)