forked from google/cadvisor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change logic for determining minimum polling frequency.
Since polling is tied to housekeeping, minimum supported polling frequency is 1s. Users can specify polling frequency higher than 1s. The polling loop will be called at the minimum frequency specified in config as long as its higher than the minimum supported frequency.
- Loading branch information
Showing
1 changed file
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters