Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR renames the following:
grafana-agent
binary toalloy
grafana-agent-service
binary toalloy-service
grafana/agent
tografana/alloy
alloy
on Linux systems andGrafana Alloy
on Windows systems.With the exception of Windows being given the full name "Grafana Alloy," which gut feeling feels more appropriate for Windows, the Grafana prefix has been removed from release assets.
The
grafana-
prefix was originally added to binaries to disambiguate itself, as "agent" is a generic and commonly used term. "Alloy" does not have this problem, so the prefix is no longer as needed and is purposefully removed for the sake of brevity.Documentation does not change with this PR. I will follow up with docs changes later.