From 26c7c1a4da709d6a571836e5de13bf727c6f7c05 Mon Sep 17 00:00:00 2001 From: Travis Turk <55367187+Turkosaurus@users.noreply.github.com> Date: Wed, 11 Sep 2024 21:21:30 -0600 Subject: [PATCH] add more details to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ede9fb..a474779 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # healthz +health check tools + ![workflow](https://github.com/ddbgio/healthz/actions/workflows/test.yml/badge.svg) -health check tools +Basic handler and client for returning health and metrics. Responses are currently formatted as JSON. Future work may entail protobuf.