-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--until isn't included when retrieving data #58
Comments
Can you please reference a specific check I am not seeing a |
hi @majormoses , I am referring to check-graphite-data but the issue is in the core code that retrieving the graphite url of a check. If you'll check out |
I see, thanks for clarifying. I validated your findings are correct and should be pretty easy to fix. Any chance you would be willing to submit a PR to fix this? |
@majormoses sure thing. will ping here when done. |
@majormoses pull request has been created #60 |
Seems like the SensuPluginsGraphite::GraphiteProxy.retrieve_data! does not taking the config[:until] value when building the url.
Aka, running a graphite check with
--target 'my.metric&until=-2hours
isn't like running--target 'my.metric' --until -2hours
The text was updated successfully, but these errors were encountered: