Practical Monitoring

Practical Monitoring

Effective Strategies for the Real World

Mike Julian

Are there high-level checks you can perform to verify it’s working? For example, if we’re talking about a webapp, the first check I would set up is an HTTP GET /. I would record the HTTP response code, expect an HTTP 200 OK response, specific text to be on the page, and the request latency.
283