-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
support http header in input prometheus_scrape for bearer token #7759
Comments
I think there were some general HTTP header improvements in the works, I'm sure I saw an issue or PR somewhere... It was discussed in a community meeting, @braydonk was it with you? |
Would be great. |
This is now covered via #7785 |
This wasn't me discussing it in the community meeting, but taking a look at the PR it looks good to me! |
This was fast, thank you! |
Until a release is out, you can grab the test images/packages from the nightly builds to verify. |
Where can I find nightly docker images? Nothing here: There is no overview at cr.fluentbit.io/fluent/fluent-bit about the name of the nightly builds. I found cr.fluentbit.io here: Also found something there: Thanks |
https://github.com/fluent/fluent-bit/tree/master/.github/workflows#unstablenightly-builds Images are available in ghcr.io and packages can be downloaded from the build jobs themselves: https://github.com/fluent/fluent-bit/actions/workflows/cron-unstable-build.yaml |
Thank you. I have tested with Watchtower and Gitea and it works 🎉 |
Great, might be worth adding an example to the docs just to show it explicitly if you have time. |
Here is an example, but it's not much different to current prometheus_scrape example:
|
Is your feature request related to a problem? Please describe.
For example Watchtower provides metrics through an enabled API. This API is ideally secured with a token:
https://containrrr.dev/watchtower/metrics/
Describe the solution you'd like
Support http headers in input prometheus_scrape for bearer tokens like it's possible for output prometheus_remote_write
The text was updated successfully, but these errors were encountered: