mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
Split out notifiers
- splits out notifiers and writes status for async handler Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
fca32a0e79
commit
f7cf7a6496
@ -78,7 +78,7 @@ func BuildMetricsOptions() MetricOptions {
|
||||
Name: "requests_total",
|
||||
Help: "The total number of HTTP requests.",
|
||||
},
|
||||
[]string{"status"},
|
||||
[]string{"method", "path", "status"},
|
||||
)
|
||||
|
||||
serviceMetricOptions := &ServiceMetricOptions{
|
||||
|
Reference in New Issue
Block a user