Class TraceIgnoreExtendService

java.lang.Object
org.apache.skywalking.apm.agent.core.sampling.SamplingService
org.apache.skywalking.apm.plugin.trace.ignore.TraceIgnoreExtendService
All Implemented Interfaces:
org.apache.skywalking.apm.agent.core.boot.BootService

public class TraceIgnoreExtendService extends org.apache.skywalking.apm.agent.core.sampling.SamplingService
  • Constructor Details

    • TraceIgnoreExtendService

      public TraceIgnoreExtendService()
  • Method Details

    • prepare

      public void prepare()
      Specified by:
      prepare in interface org.apache.skywalking.apm.agent.core.boot.BootService
      Overrides:
      prepare in class org.apache.skywalking.apm.agent.core.sampling.SamplingService
    • boot

      public void boot()
      Specified by:
      boot in interface org.apache.skywalking.apm.agent.core.boot.BootService
      Overrides:
      boot in class org.apache.skywalking.apm.agent.core.sampling.SamplingService
    • onComplete

      public void onComplete()
      Specified by:
      onComplete in interface org.apache.skywalking.apm.agent.core.boot.BootService
      Overrides:
      onComplete in class org.apache.skywalking.apm.agent.core.sampling.SamplingService
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.apache.skywalking.apm.agent.core.boot.BootService
      Overrides:
      shutdown in class org.apache.skywalking.apm.agent.core.sampling.SamplingService
    • trySampling

      public boolean trySampling(String operationName)
      Overrides:
      trySampling in class org.apache.skywalking.apm.agent.core.sampling.SamplingService
    • forceSampled

      public void forceSampled()
      Overrides:
      forceSampled in class org.apache.skywalking.apm.agent.core.sampling.SamplingService