From c596a1c6a90bb2fe07da5339b8dc832b81d94194 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 6 Sep 2020 13:14:31 +0100 Subject: Add a Prometheus metrics page, with some database metrics The database size is growing, but it's hard to know what parts are growing the fastest. These metrics will hopefully help with understanding that. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1545dbb..ad5b26a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,6 +73,7 @@ SOURCES = \ guix-data-service/comparison.scm \ guix-data-service/config.scm \ guix-data-service/database.scm \ + guix-data-service/metrics.scm \ guix-data-service/substitutes.scm \ guix-data-service/utils.scm \ guix-data-service/data-deletion.scm \ -- cgit v1.2.3