Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run client (ndt7-prometheus-exporter) against multiple servers #91

Open
entropical opened this issue Jun 19, 2023 · 2 comments
Open

Run client (ndt7-prometheus-exporter) against multiple servers #91

entropical opened this issue Jun 19, 2023 · 2 comments

Comments

@entropical
Copy link

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

@entropical
Copy link
Author

I just read #77, which is an interesting history.

@entropical
Copy link
Author

Reading https://pkg.go.dev/github.com/m-lab/go/memoryless, I think just running multiple exporters should be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant