Hi @tauqeer khan, you can exclude the service checks in this file (/var/lib/ambari-server/resources/stacks/HDP/2.6/upgrades/upgrade-2.6.xml) where your ambari server is located.
Look for the SERVICE_CHECK group and add your service into the exclude section:
<group name="SERVICE_CHECK_2"title="All Service Checks"xsi:type="service-check"><direction>UPGRADE</direction><skippable>true</skippable><priority><service>ZOOKEEPER</service><service>HDFS</service><service>YARN</service><service>HBASE</service></priority><exclude><service>AMBARI_METRICS</service><service>LOGSEARCH</service></exclude></group>
Hope it helps.