-
Notifications
You must be signed in to change notification settings - Fork 262
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
fix indent bug in jmx.yaml.erb, add test #93
Conversation
Looks to be a dupe of #88 (without the tests part) - can you confirm? |
Yeah, #88 fixes the jmx indent. The tests are good to have. Also, I made name, username and password optional attributes |
Ok, I'll merge that in first, then grab this one and get the goods. when I work on this next week. |
Big thanks to @ajohnstone for helping debug this! 🍔 |
Whilst looking into this, I was curious why the yaml templates are hard coded pre-formatted templates. |
Yeah ideally we'd just do a |
Thanks @clofresh and @ajohnstone for working through this - the changes will be in the next cookbook release. |
…[ci skip]
After multiple passes at attempting to cover all cases of inclusion of instance details into a given YAML file, this lays the foundation for leaving the details up to the end-user to implement the instance hash, instead of trying to capture each possible flag. This should help future-proof the recipe and template, so any new flags can be appended as data. See #88, #93 and fixes #116, #121. Tests and examples updated.
domain, bean and attribute should be children of include and exclude, not siblings. See http://docs.datadoghq.com/integrations/java/