You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2020. It is now read-only.
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.