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

Allow passing options to riemann-bench #300

Merged
merged 3 commits into from
Jan 15, 2025
Merged

Conversation

smortex
Copy link
Member

@smortex smortex commented Jan 15, 2025

Unlike other clients, riemann-bench only support a connection to riemann
using default parameters and has no way to tune it.

Use the same pattern as used in other tools so that we have a unified
command line interface accross tools.

Unlike other clients, riemann-bench only support a connection to riemann
using default parameters and has no way to tune it.

Use the same pattern as used in other tools so that we have a unified
command line interface accross tools.
@jamtur01
Copy link
Member

Nice.

Recent versions of Sinatra ensure the requested hostname is allowed and
return a 403 error if not.  This trigger in CI because we use custom
host names rather than localhost.

See:
sinatra/sinatra#2053

Allow any domain as this is used for testing and we are not concerned by
the security vulnerability this change upstream is meant to fix.
@smortex smortex force-pushed the improve-riemann-bench branch from 26d996a to 0d74d5c Compare January 15, 2025 18:22
@smortex smortex added the enhancement New feature or request label Jan 15, 2025
@smortex
Copy link
Member Author

smortex commented Jan 15, 2025

I finally found the root cause of the failure \o/ This is ready for review!

@smortex smortex mentioned this pull request Jan 15, 2025
@jamtur01 jamtur01 merged commit 0d74d5c into main Jan 15, 2025
7 checks passed
@smortex smortex changed the title Improve riemann-bench Allow passing options to riemann-bench Jan 15, 2025
@smortex smortex deleted the improve-riemann-bench branch January 31, 2025 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants