Remove OpenFaaS Pro metrics from OpenFaaS CE

* Removes service min and target metrics from the CE gateway

OpenFaaS Pro metrics are no longer required in OpenFaaS CE
since there is an OpenFaaS Pro gateway available.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2022-08-30 11:11:30 +01:00
committed by Alex Ellis
parent dc2a7a0c6e
commit 9fccc67b9c
5 changed files with 1 additions and 81 deletions

View File

@ -28,9 +28,6 @@ type HandlerSet struct {
// QueuedProxy queue work and return synchronous response
QueuedProxy http.HandlerFunc
// AsyncReport report a deferred execution result
AsyncReport http.HandlerFunc
// ScaleFunction enables a function to be scaled
ScaleFunction http.HandlerFunc