Skip to content

Commit

Permalink
Only expose necessary actuator endpoints (#12571) (#12794)
Browse files Browse the repository at this point in the history
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
  • Loading branch information
EricGao888 and kezhenxu94 committed Nov 7, 2022
1 parent bba3fd9 commit f2cec3e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion dolphinscheduler-api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true
Expand Down

0 comments on commit f2cec3e

Please sign in to comment.