This service has three endpoints:
/
which always returns the same JSON payload/health
for health checks, always returns200
/inject/latency
which takes a query-string made ofvalue=<float>
to induce a slower response of/
. The value is in seconds.
It produces data to be consumed by other services.