We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e631cc + fec4ad8 commit 5bc7615Copy full SHA for 5bc7615
plugins/elasticsearch/es-node-graphite.rb
@@ -193,7 +193,7 @@ def run
193
node['indices'].each do |type, index|
194
index.each do |k, v|
195
# #YELLOW
196
- unless k =~ /(_time|memory|size$)/ # rubocop:disable IfUnlessModifier
+ unless k =~ /(_time$)/ || v =~ /\d+/ # rubocop:disable IfUnlessModifier
197
metrics["indices.#{type}.#{k}"] = v
198
end
199
0 commit comments