From 42e3d999fb75842618fc76112961a967021133b9 Mon Sep 17 00:00:00 2001 From: Peter Bourgon Date: Fri, 19 Jul 2019 10:41:20 -0700 Subject: [PATCH] README: use latest -h output --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87b4a24..72a33e0 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ FLAGS -endpoint http://127.0.0.1:8080/metrics Prometheus /metrics endpoint -name-regex ... if provided, only export services whose names match this regex -namespace fastly Prometheus namespace - -service ... if provided, only export services with this service ID (repeatable) - -shard ... if provided, only export services whose hashed IDs modulo m equal n (format 'n/m') + -service ... if set, only export services with this service ID (repeatable) + -shard ... if set, only export services whose hashed IDs mod m equal (n-1) (format 'n/m') -subsystem rt Prometheus subsystem -token ... Fastly API token (required; also via FASTLY_API_TOKEN) -version false print version information and exit