guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: services: guix: Fix the guix-build-coordinator metrics namespace.


From: guix-commits
Subject: 06/10: services: guix: Fix the guix-build-coordinator metrics namespace.
Date: Fri, 23 Oct 2020 10:41:38 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 4b8acf715dd806f9034e7c7a073e6b49301985d3
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Oct 23 14:58:19 2020 +0100

    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.
---
 gnu/services/guix.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index 4afe027..87f0033 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]