# Refactor ## Component(s) to be refactored - configuration ## Explanation 1. `export_monkey_telems` is used by the island, not the agent. It does not belong in the agent configuration. 2. `TestTelemStore` is the only component that uses this configuration option. We are planning better ways of achieving the same goal. ## Tasks - [ ] Remove `TestTelemStore` (0.25d) - [x] Remove `export_monkey_telems` from the configuration schema (0d)
Refactor
Component(s) to be refactored
Explanation
export_monkey_telemsis used by the island, not the agent. It does not belong in the agent configuration.TestTelemStoreis the only component that uses this configuration option. We are planning better ways of achieving the same goal.Tasks
TestTelemStore(0.25d)export_monkey_telemsfrom the configuration schema (0d)