-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip misconfigured vts entries (#227)
* Extra filtering for VTS zones Misconfigured ingress resources have the ability to create invalid VTS entries. These are long-lived and are not rectified againt the running nginx config. Because of this, it is possible that the metrics exported by feed can flip between the valid and invalid VTS data causing erroneous metrics to be exported. This adds an extra filter to ensure that metrics are not generated for misconfigured ingress resources. * Update Changelog
- Loading branch information
Showing
3 changed files
with
213 additions
and
2 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
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