Skip to content
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

feat: add meta information to healthcheck endpoint #470

Merged
merged 1 commit into from
Mar 2, 2020

Conversation

wwilsman
Copy link
Contributor

Purpose

It might be useful for third part SDKs or even our own SDKs in the future to be able to query the server for some meta information. For now this is limited to build number and URL but could be expanded to include SDK options passed through from the CLI or config file.

Approach

Add meta to the healthcheck response and test it.

I noticed that other requests in this file were not awaited on, so they were updated accordingly.

@wwilsman wwilsman changed the title feat(:sparkles:): add meta information to healthcheck endpoint feat: add meta information to healthcheck endpoint Feb 28, 2020
Copy link
Contributor

@Robdel12 Robdel12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏁

Copy link

@n2o1988 n2o1988 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for addressing this so quickly!

Cheers,
Lamberto

@wwilsman wwilsman merged commit c67ed5a into master Mar 2, 2020
@wwilsman wwilsman deleted the ww/healcheck-meta branch March 2, 2020 16:02
djones pushed a commit that referenced this pull request Mar 2, 2020
# [0.24.0](v0.23.0...v0.24.0) (2020-03-02)

### Features

* **:sparkles::** add meta information to healthcheck endpoint ([#470](#470)) ([c67ed5a](c67ed5a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants