Skip to content
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

Remove static mode and static mode operator #15

Merged
merged 8 commits into from
Feb 29, 2024

Conversation

rfratto
Copy link
Member

@rfratto rfratto commented Feb 29, 2024

This PR does the following:

  • Removes cmd/grafana-agentctl and its presence from release assets
  • Removes cmd/grafana-agent-operator and its Docker image
  • Removes cmd/grafana-agent-flow and its presence from release assets
  • Removes all static mode code from cmd/grafana-agent
  • Replaces packages with the ones used for grafana-agent-flow (but renamed)
  • Temporarily removes example/docker-compose, which was extremely static-mode tailored.

This also removes internal/static/operator and internal/util/k8s, which
was only used by internal/static/operator.
This commit removes static mode from cmd/grafana-agent and replaces it
to act as cmd/grafana-agent-flow did. (cmd/grafana-agent-flow is then
removed).

System packages for cmd/grafana-agent have been replaced with the system
packages for cmd/grafana-agent-flow.
exmaple/docker-compose was heavily written for static mode, and needs to
be recreated.
@rfratto rfratto force-pushed the remove-static-mode-and-operator branch from dc48a12 to 397a885 Compare February 29, 2024 18:18
@rfratto rfratto merged commit 813d60b into main Feb 29, 2024
9 checks passed
@rfratto rfratto deleted the remove-static-mode-and-operator branch February 29, 2024 18:29
rfratto added a commit that referenced this pull request Mar 21, 2024
While #15 removed static mode and operator from being
reachable from the binary, all static mode code remained in the database
to be removed later.

This commit removes all unreachable code; what remains is constrained to
config structre which is still used for config conversion.

This commit does accidentally remove code that changed the order of
static mode conversion components. This isn't a big deal, and the
converted configs are still correct, so that code is being left out
rather than being hunted down. (It is likely code that implements an
interface but wasn't called directly.)
rfratto added a commit that referenced this pull request Mar 21, 2024
While #15 removed static mode and operator from being
reachable from the binary, all static mode code remained in the database
to be removed later.

This commit removes all unreachable code; what remains is constrained to
config structre which is still used for config conversion.

This commit does accidentally remove code that changed the order of
static mode conversion components. This isn't a big deal, and the
converted configs are still correct, so that code is being left out
rather than being hunted down. (It is likely code that implements an
interface but wasn't called directly.)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 31, 2024
@rfratto rfratto added the backport-to-agent:no PR should NOT be backported to the agent repo. label Apr 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport-to-agent:no PR should NOT be backported to the agent repo. frozen-due-to-age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant