Only expose necessary actuator endpoints (#12571) (#12794)

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
This commit is contained in:
Eric Gao 2022-11-07 19:54:53 +08:00 committed by GitHub
parent bba3fd93b7
commit f2cec3e259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

View File

@ -83,7 +83,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

View File

@ -122,7 +122,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

View File

@ -213,7 +213,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

View File

@ -88,7 +88,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true