You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked that there is not already provided the described functionality
Description
In the current role version, if the exporter scraping configuration provided is wrong, the role will execute everything and mark it as success, as the service doesn't fail but the scrape does. Adding a check after provision execution will help the role fail faster and mitigate this "silent misconfigurations".
Steps to Reproduce
Add wrong exporter configuration
Run the role in a playbook
Expected behavior: Fail, because configuration is wrong.
Actual behavior: Happily mark the execution as correct and let the exporter scrape wrongly.
Reproduces how often: Always
Versions
All
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
In the current role version, if the exporter scraping configuration provided is wrong, the role will execute everything and mark it as success, as the service doesn't fail but the scrape does. Adding a check after provision execution will help the role fail faster and mitigate this "silent misconfigurations".
Steps to Reproduce
Expected behavior: Fail, because configuration is wrong.
Actual behavior: Happily mark the execution as correct and let the exporter scrape wrongly.
Reproduces how often: Always
Versions
All
The text was updated successfully, but these errors were encountered: