We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
K6_PROMETHEUS_RW_HEADERS_HOST
host
We are trying to use Prometheus export to an AWS-managed Prometheus instance. But this extension is currently not supporting AWS SigV4 signing.
To overcome this issue, we are trying to set aws-sigv4-proxy GitHub Repo
aws-sigv4-proxy
This proxy uses host header to redirect request to. But unfortunately K6_PROMETHEUS_RW_HEADERS_HOST parameter is not setting any header.
I tested this both on Beeceptor and a local proxy server I wrote, I don't see the host header being overridden.
The text was updated successfully, but these errors were encountered:
Hey! I'm closing this new issue as you linked another is already available for the same topic. We may pick it up soon considering the upvotes.
Sorry, something went wrong.
No branches or pull requests
We are trying to use Prometheus export to an AWS-managed Prometheus instance. But this extension is currently not supporting AWS SigV4 signing.
To overcome this issue, we are trying to set
aws-sigv4-proxy
GitHub RepoThis proxy uses
host
header to redirect request to. But unfortunatelyK6_PROMETHEUS_RW_HEADERS_HOST
parameter is not setting any header.I tested this both on Beeceptor and a local proxy server I wrote, I don't see the host header being overridden.
The text was updated successfully, but these errors were encountered: