Merge branch 'chore/expose-actuator-diagnostics' into 'main'
chore(actuator): expose conditions/beans/configprops для autoconfig debug See merge request 2-6/2-6-4/terravault/ordinis!203
This commit is contained in:
@@ -12,7 +12,12 @@ management:
|
|||||||
endpoints:
|
endpoints:
|
||||||
web:
|
web:
|
||||||
exposure:
|
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
|
base-path: /actuator
|
||||||
endpoint:
|
endpoint:
|
||||||
health:
|
health:
|
||||||
|
|||||||
Reference in New Issue
Block a user