From 4612c8e53b1521909431616cf45b644410638cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gonz=C3=A1lez=20Lopes?= Date: Sun, 12 Sep 2021 13:56:40 +0200 Subject: [PATCH] add example logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel González Lopes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6edbabc..662e53b 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ CRONTAB_SCHEDULE=crontab-schedule-to-get-data-from-github # Default: "0 * * * *" Run the image: ``` $ docker run --env-file .env -it -p 8001:8001 ghcr.io/grafana/github-traffic +level=INFO msg="Github traffic is running!" +level=INFO msg="Gather insights" repo="k6" views=163 unique_views=90 clones=406 unique_clones=109 stars=13805 +level=INFO msg="Gather insights" repo="postman-to-k6" views=3 unique_views=2 clones=1 unique_clones=1 stars=238 +level=INFO msg="Gather insights" repo="jmeter-to-k6" views=1 unique_views=1 clones=2 unique_clones=2 stars=44 ... Go to http://localhost:8001/metrics ```