services: guix: Fix the guix-build-coordinator metrics namespace.
The underscore is now handled in the guile prometheus library. * gnu/services/guix.scm (make-guix-build-coordinator-start-script): Remove the underscore from the end of the metrics namespace.master
parent
bdaaa6b3e4
commit
4b8acf715d
|
@ -207,7 +207,7 @@
|
|||
(current-filename))
|
||||
(let* ((metrics-registry (make-metrics-registry
|
||||
#:namespace
|
||||
"guixbuildcoordinator_"))
|
||||
"guixbuildcoordinator"))
|
||||
(datastore (database-uri->datastore
|
||||
#$database-uri-string
|
||||
#:metrics-registry metrics-registry))
|
||||
|
|
Reference in New Issue