Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-01-26 00:11:28 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-02-02 23:52:30 +0300
commit1e31fac9d8a60efb3b2b536a46e059f286ab62c0 (patch)
tree3d751e07782a5e9489a46d6f4c6a96ea34cb08e6 /README.md
parentbc4aa822bff4ec2a3a3fdb1daa915782331ad08a (diff)
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?
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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