DataIntellectTech/TorQ-Amazon-FinSpace-Starter-Pack

Update TorQ processes to have the option to push metric data instead of getting pulled by monitor process

Opened this issue · 0 comments

Currently the monitor process queries each process asking it for it's metric data

Each process (cluster) costs money in finspace, so we want this functionality without created a new process.

Add a flag/option for the existing processes to push their metrics instead of being queried by a separate monitor process.
Default should be "remote" option (monitor process will query each process)
"local" option should push their metric data either to stdout, a file location, or potentially a 3rd part process (3rd party process pushing can be done later, let get stdout first).