I would like to run the client against four-ish servers, to monitor different links in my network, for comparison.
I don't see a way to do that with the current code, unless I have missed something.
I could run 4 exporters, but of course I don't want them to test at the same time, as they will all compete for the local connection.
- Is there a way to do this?
- Should I modify the code to accomodate my desire, or is this a bad idea?
- I haven't developed in Go before, but the code seems fairly straight forward.
- Need to understand this memoryless ticker Poisson process thing...
Thanks