Created
September 14, 2018 13:55
-
-
Save nicdev/119c5939ff84db5ee95c453f3345394b to your computer and use it in GitHub Desktop.
[RFI] GET /healthcheck
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
| { | |
| "status": "bad", | |
| "components": [ | |
| { | |
| "name": "downstream services", | |
| "status": "good", | |
| "details": "" | |
| }, | |
| { | |
| "name": "cpu", | |
| "status": "good", | |
| "details": "1 minute CPU load is 19.05%" | |
| }, | |
| { | |
| "name": "memory", | |
| "status": "bad", | |
| "details": "Memory usage at 75.91%" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment