kairos icon indicating copy to clipboard operation
kairos copied to clipboard

:sparkles: Refactor collector

Open mauromorales opened this issue 2 years ago • 1 comments
trafficstars

  • [ ] Deep merge is using only generic data structures ([]interface{} and map[string]interface{}). Make it so it either uses the collector structures Configs and Config
  • [ ] Add some README with some examples
  • [ ] Make it simpler how to pass options (maybe?)
  • [ ] Extract to SDK and remove from agent (https://github.com/kairos-io/kairos-agent/pull/17)

mauromorales avatar May 04 '23 12:05 mauromorales

The collector is not part of the kairos-sdk: https://github.com/kairos-io/kairos-sdk/blob/66ee3cb60f50d53cc3c6a38acee4b9554dbc8100/collector/collector.go#L4

jimmykarily avatar Apr 12 '24 08:04 jimmykarily