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
Grafana agent supports multiple modes.
The current snap only supports the use of the static mode.
The Flow mode is now stable for the Grafana agent and appears to be the modern way of Grafana agent configuration.
The mode can be selected by setting the environment variable AGENT_MODE to flow.
AGENT_MODE
flow
The current snap already embeds the Flow mode, but the Flow mode is not exposed.
The Flow mode uses a river config file instead of a YAML.
river
YAML
Ideally, the Grafana agent snap could be configured with something similar to:
snap set grafana-agent agent-mode=flow
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Grafana agent supports multiple modes.
The current snap only supports the use of the static mode.
The Flow mode is now stable for the Grafana agent and appears to be the modern way of Grafana agent configuration.
The mode can be selected by setting the environment variable
AGENT_MODE
toflow
.The current snap already embeds the Flow mode, but the Flow mode is not exposed.
The Flow mode uses a
river
config file instead of aYAML
.Ideally, the Grafana agent snap could be configured with something similar to:
The text was updated successfully, but these errors were encountered: