Feature: add health check to stellar observer#602
Merged
marcelosalloum merged 9 commits intorelease/1.2.0from Sep 30, 2022
Merged
Feature: add health check to stellar observer#602marcelosalloum merged 9 commits intorelease/1.2.0from
marcelosalloum merged 9 commits intorelease/1.2.0from
Conversation
|
Something went wrong with PR preview build please check |
…OBSERVER_HEALTH_SERVER_PORT` (default: 8083).
df39ec3 to
8b11a33
Compare
|
Reference Server Preview is available here: |
|
Reference Server Preview is available here: |
lijamie98
reviewed
Sep 30, 2022
|
Reference Server Preview is available here: |
marcelosalloum
added a commit
that referenced
this pull request
Oct 6, 2022
### What Add a `/health` endpoint to the Stellar Observer deployment. ### Why To enable people to check the status of the Stellar Observer.
12 tasks
marcelosalloum
added a commit
that referenced
this pull request
Oct 7, 2022
lijamie98
added a commit
that referenced
this pull request
Oct 11, 2022
* log test results (#608) * add health check to stellar observer (#602) * stellar observer retry with exponential back-off timer (#607) * update helm chart by exposing the metrics port to the internal network (#610) * expose the `8082` metrics port to the internal network. * add `deployment.annotations` to the example values. * delete duplicate appearance of `ORG_URL` in the example values. * updated the version string and the change log * allow refund status to patch transaction (#618) * fix: stop crashing when parsing response content into ErrorResponse (#612) * separate observer deployment (#613) * remove basic tests from release_main.yml, release_release.yml to avoid duplicating tests
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
PR Structure
otherwise).
paymentservice.stellar, orallordocif the changes are broad or impact manypackages.
Thoroughness
What
Add a
/healthendpoint to the Stellar Observer deployment.Why
To enable people to check the status of the Stellar Observer.