-
Notifications
You must be signed in to change notification settings - Fork 219
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
config: Support Arguments on root module #308
Comments
That is an interesting idea to explore, and an alternative to the debug.variables component idea we'd discussed in the past, with a tradeoff between dynamic behavior and more understandable configuration. I'm not 100% sold on it yet, but it can be discussed as part of grafana/agent#5547. |
Origin: https://docs.docker.com/engine/reference/commandline/buildx_bake/#set I found that pattern on the docker buildx plugin. At the moment, I have to use environment variables which is also fine. |
This issue has not had any activity in the past 30 days, so the |
Request
Grafana Agent have arguments block which only exists on module.
I had the idea to support arguments on the root context, too. arguments can be defined via CLI argument, e.g.
--set arguments=value
.Use case
It would be an alternative in addition to environment variables parameterize static configuration.
The text was updated successfully, but these errors were encountered: