[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
- branch master updated (eac37b9 -> 46b8676), Christopher Baines, 2024/10/14
- 01/06: Increase the resource pool default timeout a little, Christopher Baines, 2024/10/14
- 04/06: Vacuum some tables when deleting derivations, Christopher Baines, 2024/10/14
- 03/06: Don't use the reserved pool for HTML/JSON responses, Christopher Baines, 2024/10/14
- 02/06: Include background pool metrics,
Christopher Baines <=
- 06/06: Fix free-disk-space call, Christopher Baines, 2024/10/14
- 05/06: Make the WAL threshold more flexible, Christopher Baines, 2024/10/14