Interface BootstrapCheck

  • All Known Implementing Classes:
    JavaVersionBootstrapCheck, VerifyNoneBootstrapCheck

    public interface BootstrapCheck
    A check that gets executed when the agent starts up. If any check fails, the agent won't start unless the elastic.apm.disable_bootstrap_checks system property is set to true.
    • Method Detail

      • doBootstrapCheck

        void doBootstrapCheck​(BootstrapCheck.BootstrapCheckResult result)
        Performs the bootstrap check.
        Parameters:
        result - Add an error message to avoid the agent from starting up.