diff --git a/kapacitor/client.go b/kapacitor/client.go index b868a5c572..b7687f3d94 100644 --- a/kapacitor/client.go +++ b/kapacitor/client.go @@ -13,8 +13,7 @@ const ( // Prefix is prepended to the ID of all alerts Prefix = "chronograf-v1-" - // DefaultFetchRate is the rate at which paginated responses will be consumed - // from a Kapacitor + // FetchRate is the rate Paginating Kapacitor Clients will consume responses FetchRate = 100 )