We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in https://github.com/aphyr/riemann-tools/blob/master/lib/riemann/tools.rb#L58, the tags coming from something like
report( :service => "test", :metric => 1, :state => "ok", :tags => ["test"] )
are ignored if there also are command line tags set. I would suggest to combine them for better handling instead of silently ignoring them?
The text was updated successfully, but these errors were encountered:
Hi @peterneubauer Any chance you could test the attached patch and make sure it works for you? Thanks!
Sorry, something went wrong.
76d5720
Merge pull request #143 from riemann/addtags
cfdc381
Fixes #99 - Additive tags
No branches or pull requests
in https://github.com/aphyr/riemann-tools/blob/master/lib/riemann/tools.rb#L58, the tags coming from something like
are ignored if there also are command line tags set. I would suggest to combine them for better handling instead of silently ignoring them?
The text was updated successfully, but these errors were encountered: