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

Make http paths configurable #61

Open
colmsnowplow opened this issue Aug 16, 2023 · 0 comments
Open

Make http paths configurable #61

colmsnowplow opened this issue Aug 16, 2023 · 0 comments

Comments

@colmsnowplow
Copy link
Contributor

Currently the http sink will generate a vendor/version format path consistent with one of:

  • the old .png endpoint
  • the i endpoint
  • tp1
  • tp2
  • a randomly generated custom path

However, depending on what we're testing, random distributions of these are problematic - for example we may want to load test the collector using mostly the tp2 and i endpoints, since those are most commonly used.

Suggest implementing a configuration similar to the eventFrequencies or methodFrequencies configs - whereby we can weight the distribution or simply turn some of them off.

A stretch goal/bonus would be to add an additional option, to provide a path via the config, and give that a weight also. This might be tricky to implement but would allow us to test custom paths.

@colmsnowplow colmsnowplow mentioned this issue Aug 16, 2023
9 tasks
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