health_check_config {
  timeout {
    seconds: 1
  }
  interval {
    seconds: 1
  }
  interval_jitter {
    seconds: 1
  }
  unhealthy_threshold {
    value: 2
  }
  healthy_threshold {
    value: 2
  }
  http_health_check {
    path: "/healthcheck"
    service_name_matcher {
      prefix: "locations"
    }
  }
  no_traffic_interval {
    seconds: 5
  }
}
actions {
  trigger_interval_timer {

  }
}
