From 1e31fac9d8a60efb3b2b536a46e059f286ab62c0 Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Wed, 25 Jan 2017 22:11:28 +0100 Subject: Prometheus monitoring for GitLab Pages This starts of the prometheus monitoring for GitLab Pages, and resolves gitlab-org/gitlab-pages#42 Point to check: - Are the metric names good, keeping Prometheus' conventions in mind? - Golang, general style etc - Shouldn't I do some voodoo magic to import this in the library? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 087a2152..1f5bf7b5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In large environment it can be time consuming to list all directories, and CNAME 4. Periodically (every second) it checks the `pages-root/.update` file and reads its content to verify if there was update. To force route refresh, reload of configs fill the `pages-root/.update` with random content. -The reload will be done asynchronously, and it will not interrupt the current requests. +The reload will be done asynchronously, and it will not interrupt the current requests. ### How it serves content -- cgit v1.2.3