类 EBPFProfilingTaskExtensionConfig.NetworkSamplingRule
java.lang.Object
org.apache.skywalking.oap.server.network.trace.component.command.EBPFProfilingTaskExtensionConfig.NetworkSamplingRule
-
嵌套类概要
嵌套类修饰符和类型类说明static class -
构造器概要
构造器构造器说明NetworkSamplingRule(String uriRegex, Integer minDuration, boolean when4xx, boolean when5xx, EBPFProfilingTaskExtensionConfig.CollectSettings settings) -
方法概要
修饰符和类型方法说明builder()protected booleanbooleaninthashCode()booleanbooleanvoidsetMinDuration(Integer minDuration) voidvoidsetUriRegex(String uriRegex) voidsetWhen4xx(boolean when4xx) voidsetWhen5xx(boolean when5xx) toString()
-
构造器详细资料
-
NetworkSamplingRule
public NetworkSamplingRule() -
NetworkSamplingRule
public NetworkSamplingRule(String uriRegex, Integer minDuration, boolean when4xx, boolean when5xx, EBPFProfilingTaskExtensionConfig.CollectSettings settings)
-
-
方法详细资料
-
builder
public static EBPFProfilingTaskExtensionConfig.NetworkSamplingRule.NetworkSamplingRuleBuilder builder() -
getUriRegex
-
getMinDuration
-
isWhen4xx
public boolean isWhen4xx() -
isWhen5xx
public boolean isWhen5xx() -
getSettings
-
setUriRegex
-
setMinDuration
-
setWhen4xx
public void setWhen4xx(boolean when4xx) -
setWhen5xx
public void setWhen5xx(boolean when5xx) -
setSettings
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-