Make remote collector send only afd metrics to influx
diff --git a/heka/meta/heka.yml b/heka/meta/heka.yml
index 08b99ea..cb725c5 100644
--- a/heka/meta/heka.yml
+++ b/heka/meta/heka.yml
@@ -153,7 +153,7 @@
module_file: /usr/share/lma_collector/filters/influxdb_accumulator.lua
module_dir: /usr/share/lma_collector/common;/usr/share/heka/lua_modules
preserve_data: false
- message_matcher: "Type =~ /metric$/"
+ message_matcher: "Type == 'heka.sandbox.afd_metric'"
ticker_interval: 1
config:
tag_fields: "deployment_id environment_label tenant_id user_id"