Package com.wavefront.api.agent
Class AgentConfiguration
- java.lang.Object
-
- com.wavefront.api.agent.AgentConfiguration
-
public class AgentConfiguration extends Object
Configuration for the SSH Daemon.- Author:
- Clement Pang (clement@sunnylabs.com)
-
-
Field Summary
Fields Modifier and Type Field Description booleanallowAnyHostKeysLongcurrentTimeStringdefaultPublicKeyDeprecated.StringdefaultUsernameDeprecated.Stringname
-
Constructor Summary
Constructors Constructor Description AgentConfiguration()
-
Method Summary
-
-
-
Field Detail
-
name
public String name
-
defaultUsername
@Deprecated public String defaultUsername
Deprecated.
-
defaultPublicKey
@Deprecated public String defaultPublicKey
Deprecated.
-
allowAnyHostKeys
public boolean allowAnyHostKeys
-
currentTime
public Long currentTime
-
-
Method Detail
-
getCollectorSetsRetryBackoff
public boolean getCollectorSetsRetryBackoff()
-
setCollectorSetsRetryBackoff
public void setCollectorSetsRetryBackoff(boolean collectorSetsRetryBackoff)
-
setRetryBackoffBaseSeconds
public void setRetryBackoffBaseSeconds(@Nullable Double retryBackoffBaseSeconds)
-
getCollectorSetsRateLimit
public boolean getCollectorSetsRateLimit()
-
setCollectorSetsRateLimit
public void setCollectorSetsRateLimit(boolean collectorSetsRateLimit)
-
setCollectorSetsPointsPerBatch
public void setCollectorSetsPointsPerBatch(boolean collectorSetsPointsPerBatch)
-
getCollectorSetsPointsPerBatch
public boolean getCollectorSetsPointsPerBatch()
-
setPointsPerBatch
public void setPointsPerBatch(long pointsPerBatch)
-
getShutOffAgents
public boolean getShutOffAgents()
-
setShutOffAgents
public void setShutOffAgents(boolean shutOffAgents)
-
getShowTrialExpired
public boolean getShowTrialExpired()
-
setShowTrialExpired
public void setShowTrialExpired(boolean trialExpired)
-
getHistogramDisabled
public boolean getHistogramDisabled()
-
getShutOffMessage
public String getShutOffMessage()
-
setShutOffMessage
public void setShutOffMessage(String shutOffMessage)
-
setHistogramDisabled
public void setHistogramDisabled(boolean histogramDisabled)
-
getTraceDisabled
public boolean getTraceDisabled()
-
setTraceDisabled
public void setTraceDisabled(boolean traceDisabled)
-
getSpanLogsDisabled
public boolean getSpanLogsDisabled()
-
setSpanLogsDisabled
public void setSpanLogsDisabled(boolean spanLogsDisabled)
-
getValidationConfiguration
public ValidationConfiguration getValidationConfiguration()
-
setValidationConfiguration
public void setValidationConfiguration(ValidationConfiguration value)
-
setGlobalCollectorRateLimit
public void setGlobalCollectorRateLimit(@Nullable Long globalCollectorRateLimit)
-
setGlobalHistogramRateLimit
public void setGlobalHistogramRateLimit(@Nullable Long globalHistogramRateLimit)
-
setGlobalSourceTagRateLimit
public void setGlobalSourceTagRateLimit(@Nullable Double globalSourceTagRateLimit)
-
setGlobalSpanLogsRateLimit
public void setGlobalSpanLogsRateLimit(@Nullable Long globalSpanLogsRateLimit)
-
setHistogramStorageAccuracy
public void setHistogramStorageAccuracy(@Nullable Integer histogramStorageAccuracy)
-
setDropSpansDelayedMinutes
public void setDropSpansDelayedMinutes(int dropSpansDelayedMinutes)
-
-