Use common httpserver across fission (#2409)
* Defining httpserver package to capture httpserver shutdown and introduces uniform running of http server across codebase. * Add unit tests for httpserver Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -22,7 +22,6 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
metricsAddr = ":8080"
|
||||
labels = []string{"trigger_name", "trigger_namespace"}
|
||||
subscriptionCount = promauto.NewGaugeVec(
|
||||
prometheus.GaugeOpts{
|
||||
|
||||
Reference in New Issue
Block a user