me
/
guix
Archived
1
0
Fork 0

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
Christopher Baines 2020-10-23 14:58:19 +01:00
parent bdaaa6b3e4
commit 4b8acf715d
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -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))