guix-commits
[Top][All Lists]
Advanced

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

02/06: Include background pool metrics


From: Christopher Baines
Subject: 02/06: Include background pool metrics
Date: Mon, 14 Oct 2024 04:01:59 -0400 (EDT)

cbaines pushed a commit to branch master
in repository data-service.

commit 395d0b2bd0b823cbe87b24f23b91b4d0a43c2d01
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Sep 8 12:58:24 2024 +0100

    Include background pool metrics
---
 guix-data-service/web/controller.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix-data-service/web/controller.scm 
b/guix-data-service/web/controller.scm
index c69f9e6..cb94263 100644
--- a/guix-data-service/web/controller.scm
+++ b/guix-data-service/web/controller.scm
@@ -180,7 +180,8 @@
 
          (resource-pools
           `(("normal" . ,(connection-pool))
-            ("reserved" . ,(reserved-connection-pool))))
+            ("reserved" . ,(reserved-connection-pool))
+            ("background" . ,(background-connection-pool))))
 
          (resource-pool-metrics
           `((resources . ,(make-gauge-metric



reply via email to

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