Skip to content

Commit

Permalink
Merge pull request #184 from bcgov/add-zipkin-config
Browse files Browse the repository at this point in the history
adding zipkin properties
  • Loading branch information
TayGov authored Oct 14, 2020
2 parents 5fbd4a0 + 5386927 commit 8c1f0c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ endpoint.iamp-email-service.rest.password=${ENDPOINT_IAMP_EMAIL_SERVICE_REST_PAS
endpoint.iamp-email-service.email.to=${EMAIL_SERVICE_RECEIVER}
endpoint.iamp-email-service.email.subject=BCPARIS - Notification of Exception
endpoint.iamp-email-service.rest=${EMAIL_SERVICE_ENDPOINT}

## =========================================================
## Zipkin
## =========================================================
spring.zipkin.base-url=${ZIPKIN_BASE_URL}
spring.sleuth.sampler.probability=${ZIPKIN_SAMPLER_PROB:0.2}

0 comments on commit 8c1f0c2

Please sign in to comment.