Skip to content

Rebuild 0.0.3 to fix zip path issue.

Compare
Choose a tag to compare
@angrycub angrycub released this 21 Apr 22:25
· 3 commits to master since this release
0a5fdcc

This version updates the dashboard-service to expose 2 new endpoints.

  • /health/api: Provides a real health-check against the connectivity with the back-end API service. Consecutive connection failures are counted, and if non-zero, the endpoint returns a 503. If the most recent connection attempt was success, returns 200.

  • /metrics: Exposes Go's built-in expvar Handler, which produces a JSON response full of Go runtime
    memory metrics and other such data.

The existing endpoints are left as-is.

0.0.3.1 is a rebuild of the zip files because of a buildfile issue (so they have new SHAs)