Merge branch 'fix/actuator-bump-v2.27.10' into 'main'
fix(actuator): expose loggers endpoint + force release trigger See merge request 2-6/2-6-4/terravault/ordinis!204
This commit is contained in:
@@ -12,12 +12,14 @@ management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
# `conditions`, `beans`, `configprops` — diagnostic триада для
|
||||
# autoconfig debug (например: почему MailSenderAutoConfiguration
|
||||
# `conditions`, `beans`, `configprops`, `loggers` — 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
|
||||
# classpath). `loggers` runtime-toggle позволяет крутить
|
||||
# `org.springframework.boot.autoconfigure` в DEBUG без redeploy.
|
||||
# Endpoints sensitive — exposed только на staging behind cluster-internal
|
||||
# Ingress (auth.required=true в prod).
|
||||
include: health,info,prometheus,refresh,metrics,env,mappings,conditions,beans,configprops,loggers
|
||||
base-path: /actuator
|
||||
endpoint:
|
||||
health:
|
||||
|
||||
Reference in New Issue
Block a user