metrics.go: fix typo (#72)

This commit is contained in:
xsteadfastx 2024-03-19 10:03:09 +01:00 committed by GitHub
parent 1efad2cf86
commit b6cce23ebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -224,7 +224,7 @@ func WritePrometheus(w io.Writer, exposeProcessMetrics bool) {
// metrics.WriteProcessMetrics(w)
// })
//
// See also WrteFDMetrics.
// See also WriteFDMetrics.
func WriteProcessMetrics(w io.Writer) {
writeGoMetrics(w)
writeProcessMetrics(w)