From 347f37b5487fee8ec37641909db9b35db471c280 Mon Sep 17 00:00:00 2001 From: Yoann MALLEMANCHE Date: Tue, 18 Oct 2022 16:59:47 +0200 Subject: [PATCH] doc: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a1dff2..5d25e65 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ level=info ts=2022-07-19T13:25:40.352550422Z caller=main.go:89 msg="starting sca level=info ts=2022-07-19T13:25:40.352691527Z caller=main.go:145 msg=listening addr=:9503 ``` -By default, all the collectors are enabled (buckets, databases, loadbalancer) over all Scaleway regions and zones. -If needed, you can disable certain collections by adding the `disable-bucket-collector`, `disable-database-collector` or `disable-loadbalancer-collector` flags to the command line. +By default, all the collectors are enabled (buckets, databases, loadbalancer, redis) over all Scaleway regions and zones. +If needed, you can disable certain collections by adding the `disable-bucket-collector`, `disable-database-collector`, `disable-redis-collector` or `disable-loadbalancer-collector` flags to the command line. You can also limit the scraped region by setting the environment variable `SCALEWAY_REGION=fr-par` and the zone with the environment variable `SCALEWAY_ZONE=fr-par-1` for instance. ## TODO