From 7eded9a8c023399f0fdd60a5e48d062397892585 Mon Sep 17 00:00:00 2001 From: "Dominik.Sigmund" <dominik.sigmund@br.de> Date: Fri, 16 Feb 2024 09:03:08 +0100 Subject: [PATCH] Fixed readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ba8750b..af29e2e 100755 --- a/README.md +++ b/README.md @@ -25,3 +25,10 @@ Where: - `enableConfig` (default: true) - if true, the config route will be enabled - `enableMetrics` (default: true) - if true, the metrics route will be enabled +## Added Routes + +- `/_version` - returns the version of the service +- `/_health` - returns always 200 OK +- `/_ready` - returns a 200 status if the service is ready +- `/_config` - returns the config object without secrets +- `/_metrics` - returns prometheus metrics \ No newline at end of file -- GitLab