You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, prometheus.write.queue supports bearer token auth specified directly in config (#1913), but for feature parity with prometheus.remote_write, it should also support bearer_token_file
Use case
We provision tokens from another service that alloy picks up from disk. The token on disk is refreshed at a regular cadence so alloy should support reading in from the file periodically for write request.
The text was updated successfully, but these errors were encountered:
Request
Currently, prometheus.write.queue supports bearer token auth specified directly in config (#1913), but for feature parity with prometheus.remote_write, it should also support
bearer_token_file
Use case
We provision tokens from another service that alloy picks up from disk. The token on disk is refreshed at a regular cadence so alloy should support reading in from the file periodically for write request.
The text was updated successfully, but these errors were encountered: