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
Prior to this commit, a warning would be presented when shipping metrics
using the json2timeseriesdb streaming. This commit adds a - to the the
command to stop the warning.
Describe the Bug
When shipping metrics, the following warning is displayed in the output.
This can result in an email every 5 minutes for each service. This warning should be suppressed or fixed
Expected Behavior
The warning should not come up.
Steps to Reproduce
Include the main class and add the following to hiera. These parameters can also be in the class declaration.
Run the cronjob
Proposed solution.
Based on https://github.com/puppetlabs/puppetlabs-puppet_metrics_collector/blob/master/files/json2timeseriesdb#L367-L370 we can append
-
to the end of the command.Testing this is successful.
The text was updated successfully, but these errors were encountered: