Skip to content

WIP: Add `/liveness` and `/readiness` probes

Kamil Trzciński requested to merge add-liveness-and-readiness-probes into master

This MR implements what is described in: #232 (moved)

Solution

  1. Extend config.toml with [readiness] ProbesURL,
  2. Add /liveness and /readiness on prometheus listen addr as it does not seem to make sense to introduce a new endpoint for that.
Edited by 🤖 GitLab Bot 🤖

Merge request reports