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

Add query parameters to http_probe #1050

Open
sjmalnati opened this issue Mar 27, 2023 · 0 comments
Open

Add query parameters to http_probe #1050

sjmalnati opened this issue Mar 27, 2023 · 0 comments

Comments

@sjmalnati
Copy link

Add an option to http_probe for query parameters.

For my use case I need to probe an API that takes in the API key as a query parameter. Normally, query parameters are included as part of the target in Prometheus configuration, but Prometheus configuration is exposed in its UI portal, and I do not want to expose API keys.

In addition to having an option for query parameters there should be an option to source the query params from a file so it can be a k8s secret. This would be analogous to this issue for request body: #391 or would be covered by having the entire module config be from a file: #1048.

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