481482279c
Consolidate listen / timeout messages
...
This brings of-watchdog and the classic watchdog into sync.
Signed-off-by: Alex Ellis <alexellis2@gmail.com >
2019-07-11 10:12:48 +01:00
b019f6ca54
Add Concurrency Limiter
...
This enables limiting concurrency. It is a naive approach which
will reject requests as soon as they exceed the maximum number
of in-flight requests.
It is a port of the following PR from the new watchdog code:
https://github.com/openfaas-incubator/of-watchdog/pull/54
Signed-off-by: Sargun Dhillon <sargun@sargun.me >
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com >
2019-06-16 15:23:20 +01:00
fa93655d90
Update test for metrics server
...
Updates metrics server test so that it checks for the status
code and that bytes are returned.
Signed-off-by: Alex Ellis <alexellis2@gmail.com >
2019-04-04 09:05:17 +01:00
634ec22c8d
Add RED metrics
...
- this PR adds metrics via Prometheus for instrumentation and
to move towards using HPAv2 / custom metrics in Kubernetes.
Signed-off-by: Alex Ellis <alexellis2@gmail.com >
2019-04-04 09:05:17 +01:00