prombench icon indicating copy to clipboard operation
prombench copied to clipboard

Support external exporters

Open ncabatoff opened this issue 9 years ago • 0 comments

The first version I wrote used an external exporter (i.e. spawned subprocess). The executable load_exporter is a vestige of that. I dropped that to simplify things, as there are many fewer error cases with an internal exporter. But running an existing exporter is a valid use case and should be supported.

The idea is that config specifies a command line to spawn an external exporter, details TBD.

ncabatoff avatar Sep 15 '16 04:09 ncabatoff