Skip to content

Commit

Permalink
Remove Health from Status Report message
Browse files Browse the repository at this point in the history
It was removed from the spec: open-telemetry/opamp-spec#32
This change aligns the proto with the spec.
  • Loading branch information
tigrannajaryan committed Nov 17, 2021
1 parent b814e21 commit 15df02e
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 275 deletions.
13 changes: 0 additions & 13 deletions internal/proto/opamp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -471,19 +471,6 @@ message StatusReport {
// it has for this Agent and if the hashes are different the server SHOULD send
// an AddonsAvailable message to the agent.
bytes server_provided_all_addons_hash = 4;

// Indicates whether the agent is healthy or not.
enum HealthStatus {
// The health status is unchanged since last reported.
HealthUnset = 0;

// The agent is healthy.
Healthy = 1;

// The agent is unhealthy.
Unhealthy = 2;
}
HealthStatus health_status = 5;
}

message EffectiveConfig {
Expand Down
Loading

0 comments on commit 15df02e

Please sign in to comment.