Skip to content
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

instance level min_collection_interval #548

Merged
merged 1 commit into from
Feb 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
instance level min_collection_interval
Instance level min_collection_interval is supported, but was not used in the template file. Hence adding it.
  • Loading branch information
mhebbar1 authored Jul 11, 2018
commit aec06a4f95b97d2223b2fe254f36b3887b3ae110
3 changes: 3 additions & 0 deletions templates/default/mysql.yaml.erb
Original file line number Diff line number Diff line change
@@ -11,6 +11,9 @@ instances:
<% if i.key?('sock') -%>
sock: <%= i['sock'] %>
<% end -%>
<% if i.key?('min_collection_interval') -%>
min_collection_interval: <%= i['min_collection_interval'] %>
<% end -%>
<% if i.key?('tags') -%>
tags:
<% i['tags'].each do |t| -%>