From 67819c5ac5a2697ea162aab8a79fc35e78432017 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 24 Apr 2023 10:46:42 +0100 Subject: Change the metrics endpoint Given this might sit alongside the nar-herder or something else that publishes /metrics, use a more specific path. --- bffe/server.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bffe') diff --git a/bffe/server.scm b/bffe/server.scm index 0816b0f..c3059cc 100644 --- a/bffe/server.scm +++ b/bffe/server.scm @@ -432,7 +432,7 @@ "Resource not found: " (uri->string (request-uri request)))))) - (('GET "metrics") + (('GET "bffe" "metrics") (gc-metrics-updater!) (list (build-response #:code 200 -- cgit v1.2.3