chore(actuator): expose conditions/beans/configprops для autoconfig debug
This commit is contained in:
@@ -12,7 +12,12 @@ management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: health,info,prometheus,refresh,metrics,env,mappings
|
||||
# `conditions`, `beans`, `configprops` — diagnostic триада для
|
||||
# autoconfig debug (например: почему MailSenderAutoConfiguration
|
||||
# не fired при наличии SPRING_MAIL_HOST env var и starter-mail на
|
||||
# classpath). Endpoints sensitive — exposed только на staging
|
||||
# behind cluster-internal Ingress (auth.required=true в prod).
|
||||
include: health,info,prometheus,refresh,metrics,env,mappings,conditions,beans,configprops
|
||||
base-path: /actuator
|
||||
endpoint:
|
||||
health:
|
||||
|
||||
Reference in New Issue
Block a user