-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix windows exporter defaults not being set correctly (#4109) * trying to find root cause * Update windows exporter to use fork and allow defaults and multiple usages. * Update windows exporter to use fork and allow defaults and multiple usages. * Revert useapi usage. * Remove unused SValue * Change some verbiage and add comments. * Update to newest version * Update go.mod * add indirect * Fix tests * Add test that checks for defaults * Fix tidy * go mod tidy * remote.http: fail early and add logs for failed requests (#4103) This updates `remote.http` to return an error if polling after Update fails. Returning an error following Update is important to make sure that background failures don't cause issues to propagate across components: If a component expects remote.http to have a non-empty body, remote.http should be unhealthy on first evaluation to prevent downstream components from evaluating. In addition to failing early, failed requests are now logged to assist with user debugging. Fixes #4084. Co-authored-by: Erik Baranowski <[email protected]> * changelog * prometheus.operator.servicemonitors: allow servicemonitors to set bearerTokenFile (#4118) * version updates for 0.34.1 --------- Co-authored-by: mattdurham <[email protected]> Co-authored-by: Robert Fratto <[email protected]> Co-authored-by: Erik Baranowski <[email protected]>
- Loading branch information
1 parent
2915ea5
commit 371470b
Showing
24 changed files
with
265 additions
and
115 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
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
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
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
Oops, something went wrong.