-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 in TELIMA/karnak from feat/set_back_eureka_fo…
…r_memory_tests to develop * commit '0917d7f257fb81bcc4851f911ed3cd15cc3c3d59': feat: change pom version feat: set config eureka for memory monitoring graphana
- Loading branch information
Showing
5 changed files
with
69 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
eureka: | ||
datacenter: ${DATACENTER:local} | ||
instance: | ||
instanceId: ${spring.application.name}:${server.port}:${spring.application.instance_id:${random.value}} | ||
health-check-url-path: /actuator/health | ||
lease-expiration-duration-in-seconds: 2 | ||
lease-renewal-interval-in-seconds: 1 | ||
prefer-ip-address: false # forcer l'enregistrement par hostname | ||
metadata-map: | ||
startup: ${random.int} #needed to trigger info and endpoint update after restart | ||
client: | ||
enabled: true | ||
healthcheck: | ||
enabled: true | ||
fetch-registry: true | ||
register-with-eureka: true | ||
service-url: | ||
defaultZone: ${EUREKA_CLIENT_SERVICE_URL_DEFAULT_ZONE:http://localhost:8761/eureka} | ||
registry-fetch-interval-seconds: 3 | ||
region: ${REGION:local} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters