Skip to content

Commit

Permalink
Document default value for show-value configuration properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasdooo authored and mhalbritter committed Feb 16, 2024
1 parent 8b2a7e8 commit 7ade54d
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -30,6 +30,14 @@
"description": "Whether to enable default metrics exporters.",
"defaultValue": true
},
{
"name": "management.endpoint.configprops.show-values",
"defaultValue": "never"
},
{
"name": "management.endpoint.env.show-values",
"defaultValue": "never"
},
{
"name": "management.endpoint.health.probes.add-additional-paths",
"type": "java.lang.Boolean",
@@ -95,6 +103,10 @@
"health"
]
},
{
"name": "management.endpoint.quartz.show-values",
"defaultValue": "never"
},
{
"name": "management.ganglia.metrics.export.addressing-mode",
"defaultValue": "multicast"

0 comments on commit 7ade54d

Please sign in to comment.