fish.payara.nucleus.healthcheck.configuration.HoggingThreadsCheckerInjector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-micro Show documentation
Show all versions of payara-micro Show documentation
Micro Distribution of the Payara Project
package fish.payara.nucleus.healthcheck.configuration;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "hogging-threads-checker", metadata = "@add-to-micro-profile-health=optional,@add-to-micro-profile-health=datatype:java.lang.String,@add-to-micro-profile-health=leaf,@enabled=optional,@enabled=default:false,@enabled=datatype:java.lang.String,@enabled=leaf,@name=optional,@name=default:HOGT,@name=datatype:java.lang.String,@name=leaf,@retry-count=optional,@retry-count=default:3,@retry-count=datatype:java.lang.Integer,@retry-count=leaf,@threshold-percentage=optional,@threshold-percentage=default:95,@threshold-percentage=datatype:java.lang.Long,@threshold-percentage=leaf,@time=optional,@time=default:5,@time=datatype:java.lang.Long,@time=leaf,@unit=optional,@unit=default:MINUTES,@unit=datatype:java.lang.String,@unit=leaf,target=fish.payara.nucleus.healthcheck.configuration.HoggingThreadsChecker")
@InjectionTarget(HoggingThreadsChecker.class)
public class HoggingThreadsCheckerInjector
extends NoopConfigInjector
{
}