Skip to content

Instantly share code, notes, and snippets.

@nicdev
Created September 14, 2018 13:55
Show Gist options
  • Select an option

  • Save nicdev/119c5939ff84db5ee95c453f3345394b to your computer and use it in GitHub Desktop.

Select an option

Save nicdev/119c5939ff84db5ee95c453f3345394b to your computer and use it in GitHub Desktop.
[RFI] GET /healthcheck
{
"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