-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add active health check feature #288
base: main
Are you sure you want to change the base?
Add active health check feature #288
Conversation
spring-petclinic-vets-service/src/main/resources/application.yml
Outdated
Show resolved
Hide resolved
@@ -4,6 +4,8 @@ spring: | |||
config: | |||
import: optional:configserver:${CONFIG_SERVER_URL:http://localhost:8888/} | |||
cloud: | |||
loadbalancer: | |||
configurations: health-check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: did you test this health-check
configuration? and how? Did you have some logs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MarianConstantinMarica Did you have any logs?
Quality Gate passedIssues Measures |
@@ -8,6 +8,7 @@ spring: | |||
profiles: | |||
active: production | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: this pull request seems to be empty. Isn't it?
No description provided.