Skip to content

Commit 9430945

Browse files
authored
Merge pull request #2400 from Mittalkabir/patch-3
2 parents 7723b31 + 8e144b7 commit 9430945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gofr/metrics/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/prometheus/client_golang/prometheus/promhttp"
1010
)
1111

12-
// GetHandler creates a new HTTP handler that serves metrics collected by the provided metrics manager to '/metrics' route`.
12+
// GetHandler creates a new HTTP handler that serves metrics collected by the provided metrics manager to the '/metrics' route.
1313
func GetHandler(m Manager) http.Handler {
1414
var router = mux.NewRouter()
1515

0 commit comments

Comments
 (0)