diff --git a/templates/server/prometheus.gotmpl b/templates/server/prometheus.gotmpl index 3c9dc46a1c49abeec6f72591aa522a8656c6803c_dGVtcGxhdGVzL3NlcnZlci9wcm9tZXRoZXVzLmdvdG1wbA==..d5c414931cdefe0165a43971a27843a8abe88cb4_dGVtcGxhdGVzL3NlcnZlci9wcm9tZXRoZXVzLmdvdG1wbA== 100644 --- a/templates/server/prometheus.gotmpl +++ b/templates/server/prometheus.gotmpl @@ -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}}",