Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Dyer <ryan-dyer-sp@users.noreply.github.com>
  • Loading branch information
ryan-dyer-sp committed Jun 1, 2022
1 parent edf7f5e commit 80e1d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions manifests/integrations/network.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@
class datadog_agent::integrations::network(
Boolean $collect_connection_state = false,
Boolean $collect_connection_queues = false,
Array[String] $excluded_interfaces = ['lo','lo0'],
Array[String] $excluded_interfaces = [],
String $excluded_interface_re = '',
Boolean $combine_connection_states = true,
Boolean $collect_rate_metrics = true,
Boolean $collect_count_metrics = false,
String $conntrack_path = '/usr/sbin/conntrack',
String $conntrack_path = undef,
Boolean $use_sudo_conntrack = true,
Array[String] $whitelist_conntrack_metrics = [],
Array[String] $blacklist_conntrack_metrics = [],
Boolean $collect_aws_ena_metrics = false,
Boolean $collect_ethtool_metrics = false,
Array[String] $tags = [],
String $service = '',
Integer $min_collection_interval = 15,
Expand Down
1 change: 0 additions & 1 deletion templates/agent-conf.d/network.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ instances:
<% end ) -%>
<% end -%>
collect_aws_ena_metrics: <%= @collect_aws_ena_metrics %>
collect_ethtool_metrics: <%= @collect_ethtool_metrics %>
<% if !@tags.empty? -%>
tags:
<%- (@tags.each do |tag| -%>
Expand Down

0 comments on commit 80e1d62

Please sign in to comment.