mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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.
This commit is contained in:
parent
bdaaa6b3e4
commit
4b8acf715d
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ (define* (make-guix-build-coordinator-start-script database-uri-string
|
|||
(current-filename))
|
||||
(let* ((metrics-registry (make-metrics-registry
|
||||
#:namespace
|
||||
"guixbuildcoordinator_"))
|
||||
"guixbuildcoordinator"))
|
||||
(datastore (database-uri->datastore
|
||||
#$database-uri-string
|
||||
#:metrics-registry metrics-registry))
|
||||
|
|
Loading…
Reference in a new issue