From ccc8d0bde7902ad4ae4c4a12a0486429ed45932c Mon Sep 17 00:00:00 2001 From: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com> Date: Wed, 17 Nov 2021 11:13:47 -0500 Subject: [PATCH] Remove Health from Status Report message (#32) OpenTelemetry is now working on defining how the health status should be reported via metrics: https://github.com/open-telemetry/oteps/pull/185 I am removing it from here so that if the metric is added we can use that. In the unlikely even the metric is not added we can think whether we really need it as a field in OpAMP. --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index 9ef6b8f..44f2726 100644 --- a/README.md +++ b/README.md @@ -472,7 +472,6 @@ message StatusReport { EffectiveConfig effective_config = 2; RemoteConfigStatus remote_config_status = 3; bytes server_provided_all_addons_hash = 4; - HealthStatus health_status = 5; } ``` @@ -517,27 +516,6 @@ The server SHOULD compare this hash to the aggregate hash of all addons that it has for this Agent and if the hashes are different the server SHOULD send an AddonsAvailable message to the agent. -