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 @@ | ||||||
|                         (current-filename)) |                         (current-filename)) | ||||||
|          (let* ((metrics-registry (make-metrics-registry |          (let* ((metrics-registry (make-metrics-registry | ||||||
|                                    #:namespace |                                    #:namespace | ||||||
|                                    "guixbuildcoordinator_")) |                                    "guixbuildcoordinator")) | ||||||
|                 (datastore (database-uri->datastore |                 (datastore (database-uri->datastore | ||||||
|                             #$database-uri-string |                             #$database-uri-string | ||||||
|                             #:metrics-registry metrics-registry)) |                             #:metrics-registry metrics-registry)) | ||||||
|  |  | ||||||
		Reference in a new issue