-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: prometheus_exporter iteration 10
- Make backfill of data (with --max-days) optional, defaulting to only querying since the last poll frequency. - Use "updated" instead of "created" when searching for metrics. Using "created" had the issue of never being updated and so if a playbook was seen "running", for example, it may never be seen by prometheus as "completed" because our window of search had long gone. By using "updated", the playbook, host and tasks' statuses will eventually be updated so they will come back around to be picked up after completion.
- Loading branch information
Showing
1 changed file
with
33 additions
and
23 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