Skip to content
Snippets Groups Projects
Commit d5c414931cde authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

prometheus: fix 'in_flight' metric name

parent 3c9dc46a1c49
No related branches found
No related tags found
No related merge requests found
Pipeline #8926 passed
......@@ -27,7 +27,7 @@
{{ camelize .Name }}HandlerInFlight = prometheus.NewGauge(
prometheus.GaugeOpts{
Name: "orus_api_handler_in_flignts",
Name: "orus_api_handler_in_flight",
Help: "The number of handlers currently running.",
ConstLabels: map[string]string{
"service": "{{.Name}}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment