| classes: | |
| - service.heka.metric_collector.single | |
| - system.heka.server | |
| parameters: | |
| heka: | |
| metric_collector: | |
| aggregator_host: ${_param:stacklight_monitor_address} | |
| aggregator_port: ${_param:aggregator_port} | |
| influxdb_database: lma | |
| influxdb_host: ${_param:heka_influxdb_host} | |
| influxdb_password: ${_param:influxdb_stacklight_password} | |
| influxdb_port: 8086 | |
| influxdb_time_precision: ms | |
| influxdb_username: lma |