mjpitz / go-gracefully

A simple, efficient, and easy to use Golang library for implementing application health checks. Features first-class support for stream-based checks.
MIT License
10 stars 1 forks source link

Some errors not reporting correctly.. #6

Closed mjpitz closed 3 years ago

mjpitz commented 3 years ago

This was kinda odd to see today. When one of my gRPC services returned an error, the message didn't actually render in the health report.

"last_known_check": {
  "state": "outage",
  "error": {},
  "timestamp": "2020-12-10T16:37:23.1725756Z"
}