From a98e0d4dc553a6fe1159d43ce16153ee09e30f71 Mon Sep 17 00:00:00 2001 From: parised Date: Wed, 25 Dec 2019 22:02:57 +0100 Subject: [PATCH] add make usage in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 61a1949..03b4e4f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ nginx all status code exporter This exporter get nginx access log and then after parse from it the returned status code, put it into prometheus exporter client. # INSTALLATION -go build nginx-httpcode-exporter.go - +cd prometheus-nginx-http-status-code-exporter/ && make install