Skip to content
Snippets Groups Projects
Commit 7eded9a8 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Fixed readme

parent 4b323f5a
No related branches found
No related tags found
No related merge requests found
Pipeline #33227 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment