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: Health check REST endpoint #1264

Merged
merged 1 commit into from
Apr 27, 2022
Merged

Conversation

fqutishat
Copy link
Contributor

closes #1202

Signed-off-by: Firas Qutishat firas.qutishat@securekey.com

@codecov
Copy link

codecov bot commented Apr 27, 2022

Codecov Report

Merging #1264 (6a60efc) into main (4425233) will increase coverage by 0.00%.
The diff coverage is 74.13%.

@@           Coverage Diff            @@
##             main    #1264    +/-   ##
========================================
  Coverage   87.87%   87.87%            
========================================
  Files         173      174     +1     
  Lines       17397    17515   +118     
========================================
+ Hits        15288    15392   +104     
- Misses       1345     1356    +11     
- Partials      764      767     +3     
Impacted Files Coverage Δ
cmd/orb-driver/startcmd/start.go 50.00% <0.00%> (-1.41%) ⬇️
pkg/pubsub/amqp/amqppubsub.go 87.70% <0.00%> (-1.68%) ⬇️
pkg/pubsub/mempubsub/mempubsub.go 95.00% <0.00%> (-1.94%) ⬇️
cmd/orb-server/startcmd/start.go 68.11% <57.14%> (-0.14%) ⬇️
pkg/activitypub/service/vct/vct.go 84.61% <100.00%> (+0.26%) ⬆️
pkg/httpserver/server.go 85.05% <100.00%> (+6.02%) ⬆️
pkg/store/wrapper/provider.go 88.23% <100.00%> (+1.56%) ⬆️
pkg/store/publickey/publickeystore.go 90.62% <0.00%> (ø)
pkg/discovery/endpoint/client/client.go 84.01% <0.00%> (+0.24%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4425233...6a60efc. Read the comment docs.

pkg/httpserver/server.go Outdated Show resolved Hide resolved
closes trustbloc#1202

Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>
@fqutishat fqutishat merged commit eceaa7d into trustbloc:main Apr 27, 2022
@fqutishat fqutishat deleted the update branch April 27, 2022 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Health check REST endpoint
3 participants