Browse Source

Only expose necessary actuator endpoints (#12571)

3.2.0-release
kezhenxu94 2 years ago committed by GitHub
parent
commit
065d5caccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml
  2. 2
      dolphinscheduler-api/src/main/resources/application.yaml
  3. 2
      dolphinscheduler-master/src/main/resources/application.yaml
  4. 2
      dolphinscheduler-standalone-server/src/main/resources/application.yaml
  5. 2
      dolphinscheduler-worker/src/main/resources/application.yaml

2
dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml

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

2
dolphinscheduler-api/src/main/resources/application.yaml

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

2
dolphinscheduler-master/src/main/resources/application.yaml

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

2
dolphinscheduler-standalone-server/src/main/resources/application.yaml

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

2
dolphinscheduler-worker/src/main/resources/application.yaml

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

Loading…
Cancel
Save