phosphor-health-monitor: srcrev bump 28ce2efa7e..a3638a5040

Jagpal Singh Gill (10):
      storage metric: add generic implementation
      add bmc health metric json markdown file
      health metric: use instantaneous value
      health metric: check hysteresis for value notify
      meson.build: remove unused config data options
      drop the collection frequency from health metric
      add the meson option for monitor collection freq
      add json config and implementation for hysteresis
      change the window size default to 120
      remove default values from in code json config

Patrick Williams (1):
      health_metric: simplify type aliases

Change-Id: Idf6d7e37ecb8a60f26ddfbc5a230c32d898ebf0d
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb
index 84bd575..be99731 100644
--- a/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb
+++ b/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb
@@ -8,7 +8,7 @@
 DEPENDS += "sdeventplus"
 DEPENDS += "phosphor-logging"
 DEPENDS += "nlohmann-json"
-SRCREV = "28ce2efa7e42ef338550a83fdc24450cb23bfd55"
+SRCREV = "a3638a5040c88d92ef3600d550bc5be796f05375"
 PV = "0.1+git${SRCPV}"
 PR = "r1"