assign /metrics to metrics handler

This commit is contained in:
Vivek Kumar 2024-02-29 10:27:48 +05:30
parent 2ba4422ea4
commit 118b2fe049
No known key found for this signature in database
GPG key ID: 81605FDFBA4EF440

View file

@ -469,4 +469,4 @@ func parseHeaderArgs(args []string) http.Header {
headers.Add(parts[0], value)
}
return headers
}
}