Skip to content

Commit

Permalink
Merge pull request #548 from mhebbar1/patch-1
Browse files Browse the repository at this point in the history
Instance level min_collection_interval for the MySQL integration.
  • Loading branch information
remeh authored Feb 18, 2019
2 parents 09956e0 + aec06a4 commit fd33ca0
Showing 1 changed file with 3 additions and 0 deletions.
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| -%>

0 comments on commit fd33ca0

Please sign in to comment.