public class RequestTracingExecutionOptions extends Object
Constructor and Description |
---|
RequestTracingExecutionOptions() |
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public Double getSampleRate()
public void setSampleRate(Double sampleRate)
public Boolean getSampleRateFirstEnabled()
public void setSampleRateFirstEnabled(Boolean sampleRateFirstEnabled)
public Boolean getAdaptiveSamplingEnabled()
public void setAdaptiveSamplingEnabled(Boolean adaptiveSamplingEnabled)
public Integer getAdaptiveSamplingTargetCount()
public void setAdaptiveSamplingTargetCount(Integer adaptiveSamplingTargetCount)
public Integer getAdaptiveSamplingTimeValue()
public void setAdaptiveSamplingTimeValue(Integer adaptiveSamplingTimeValue)
public TimeUnit getAdaptiveSamplingTimeUnit()
public void setAdaptiveSamplingTimeUnit(TimeUnit adaptiveSamplingTimeUnit)
public Boolean getApplicationsOnlyEnabled()
public void setApplicationsOnlyEnabled(Boolean applicationsOnlyEnabled)
public Long getThresholdValue()
getThresholdUnit()
public void setThresholdValue(Long thresholdValue)
thresholdValue
- setThresholdUnit(TimeUnit)
public TimeUnit getThresholdUnit()
TimeUnit
which the threshold for request traces is usinggetThresholdValue()
public void setThresholdUnit(TimeUnit thresholdUnit)
TimeUnit
which the threshold for request traces is usingthresholdUnit
- setThresholdValue(Long)
public Integer getTraceStoreSize()
public void setTraceStoreSize(Integer traceStoreSize)
traceStoreSize
- public Long getTraceStoreTimeout()
public void setTraceStoreTimeout(Long traceStoreTimeout)
public Boolean getReservoirSamplingEnabled()
public void setReservoirSamplingEnabled(Boolean reservoirSamplingEnabled)
public Boolean isHistoricTraceStoreEnabled()
public void setHistoricTraceStoreEnabled(Boolean historicTraceStoreEnabled)
public Integer getHistoricTraceStoreSize()
public void setHistoricTraceStoreSize(Integer historicTraceStoreSize)
public Long getHistoricTraceStoreTimeout()
public void setHistoricTraceStoreTimeout(Long historicTraceStoreTimeout)
public Set<String> getEnabledNotifiers()
public void enableNotifier(String notifier)
public void disableNotifier(String notifier)
public void clearNotifiers()
Copyright © 2021. All rights reserved.