Updated Types of Monitoring (markdown)

master
Hunter Long 2018-07-22 00:33:42 -07:00
parent 05899c47e3
commit 749f0cc239
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
# HTTP Endpoints
You can monitor your application by using a simple HTTP GET to the endpoint to return back a response and status code. Normally you want a 200 status code on an HTTP request.
You can monitor your application by using a simple HTTP GET to the endpoint to return back a response and status code. Normally you want a 200 status code on an HTTP request. You might want to require a 404 or 500 error as a response code though. With each service you can include a Timeout in seconds to work with your long running services.
# HTTP Endpoints with Custom POST
For more advanced monitoring you can add a data as a HTTP POST request. This is useful for automatically submitting JSON, or making sure your signup form is working correctly.