-
Notifications
You must be signed in to change notification settings - Fork 173
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. - Add a grafana panel for showing basic metrics for the prometheus exporter itself
- Loading branch information
Showing
2 changed files
with
166 additions
and
25 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
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