Skip to content

Commit

Permalink
Refactor watcher to use StateWatch removing the need for PID watching…
Browse files Browse the repository at this point in the history
… completely.
  • Loading branch information
blakerouse committed Oct 17, 2023
1 parent cf8cdf1 commit 4a3834e
Show file tree
Hide file tree
Showing 13 changed files with 840 additions and 384 deletions.
2 changes: 0 additions & 2 deletions control_v2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ message StateAgentInfo {
string buildTime = 4;
// Current running version is a snapshot.
bool snapshot = 5;
// Current running PID.
int32 pid = 6;
}

// StateResponse is the current state of Elastic Agent.
Expand Down
185 changes: 0 additions & 185 deletions internal/pkg/agent/application/upgrade/error_checker.go

This file was deleted.

Loading

0 comments on commit 4a3834e

Please sign in to comment.