Skip to content

Commit

Permalink
remove google profiler module
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 20, 2023
1 parent d8dda51 commit 4f531bf
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 515 deletions.
2 changes: 0 additions & 2 deletions cmd/agentk/agentkapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
flux_agent "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/flux/agent"
gitlab_access_rpc "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/gitlab_access/rpc"
"gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/gitops/agent/manifestops"
google_profiler_agent "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/google_profiler/agent"
kubernetes_api_agent "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/kubernetes_api/agent"
"gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/modagent"
"gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/modshared"
Expand Down Expand Up @@ -268,7 +267,6 @@ func (a *App) constructModules(internalServer *grpc.Server, kasConn, internalSer
CertFile: a.ObservabilityCertFile,
KeyFile: a.ObservabilityKeyFile,
},
&google_profiler_agent.Factory{},
&manifestops.Factory{},
&reverse_tunnel_agent.Factory{
InternalServerConn: internalServerConn,
Expand Down
2 changes: 0 additions & 2 deletions cmd/kas/kasapp/configured_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ import (
flux_server "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/flux/server"
gitlab_access_server "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/gitlab_access/server"
gitops_server "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/gitops/server"
google_profiler_server "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/google_profiler/server"
kubernetes_api_server "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/kubernetes_api/server"
"gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/modserver"
"gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/modshared"
Expand Down Expand Up @@ -245,7 +244,6 @@ func (a *ConfiguredApp) Run(ctx context.Context) (retErr error) {
&observability_server.Factory{
Gatherer: reg,
},
&google_profiler_server.Factory{},
&agent_configuration_server.Factory{
AgentRegisterer: agentTracker,
},
Expand Down
2 changes: 0 additions & 2 deletions cmd/kas/kasapp/defaulting.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (

agent_configuration_server "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/agent_configuration/server"
gitops_server "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/gitops/server"
google_profiler_server "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/google_profiler/server"
kubernetes_api_server "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/kubernetes_api/server"
"gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/modserver"
observability_server "gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v16/internal/module/observability/server"
Expand Down Expand Up @@ -53,7 +52,6 @@ const (
var (
defaulters = []modserver.ApplyDefaults{
observability_server.ApplyDefaults,
google_profiler_server.ApplyDefaults,
agent_configuration_server.ApplyDefaults,
gitops_server.ApplyDefaults,
kubernetes_api_server.ApplyDefaults,
Expand Down
8 changes: 0 additions & 8 deletions internal/module/google_profiler/BUILD.bazel

This file was deleted.

41 changes: 0 additions & 41 deletions internal/module/google_profiler/agent/BUILD.bazel

This file was deleted.

3 changes: 0 additions & 3 deletions internal/module/google_profiler/agent/doc.go

This file was deleted.

32 changes: 0 additions & 32 deletions internal/module/google_profiler/agent/factory.go

This file was deleted.

77 changes: 0 additions & 77 deletions internal/module/google_profiler/agent/mock_profiler_runner.go

This file was deleted.

85 changes: 0 additions & 85 deletions internal/module/google_profiler/agent/module.go

This file was deleted.

Loading

0 comments on commit 4f531bf

Please sign in to comment.