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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidboot()voidvoidvoidprepare()voidshutdown()booleantrySampling(String operationName) Methods inherited from class org.apache.skywalking.apm.agent.core.sampling.SamplingService
handleSamplingRateChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.skywalking.apm.agent.core.boot.BootService
priority
-
Constructor Details
-
TraceIgnoreExtendService
public TraceIgnoreExtendService()
-
-
Method Details
-
prepare
public void prepare()- Specified by:
preparein interfaceorg.apache.skywalking.apm.agent.core.boot.BootService- Overrides:
preparein classorg.apache.skywalking.apm.agent.core.sampling.SamplingService
-
boot
public void boot()- Specified by:
bootin interfaceorg.apache.skywalking.apm.agent.core.boot.BootService- Overrides:
bootin classorg.apache.skywalking.apm.agent.core.sampling.SamplingService
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.apache.skywalking.apm.agent.core.boot.BootService- Overrides:
onCompletein classorg.apache.skywalking.apm.agent.core.sampling.SamplingService
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceorg.apache.skywalking.apm.agent.core.boot.BootService- Overrides:
shutdownin classorg.apache.skywalking.apm.agent.core.sampling.SamplingService
-
trySampling
- Overrides:
trySamplingin classorg.apache.skywalking.apm.agent.core.sampling.SamplingService
-
forceSampled
public void forceSampled()- Overrides:
forceSampledin classorg.apache.skywalking.apm.agent.core.sampling.SamplingService
-