public class AgentConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowAnyHostKeys |
Long |
currentTime |
String |
defaultPublicKey
Deprecated.
|
String |
defaultUsername
Deprecated.
|
String |
name |
| Constructor and Description |
|---|
AgentConfiguration() |
public String name
@Deprecated public String defaultUsername
@Deprecated public String defaultPublicKey
public boolean allowAnyHostKeys
public Long currentTime
public boolean getCollectorSetsRetryBackoff()
public void setCollectorSetsRetryBackoff(boolean collectorSetsRetryBackoff)
public void setRetryBackoffBaseSeconds(@Nullable Double retryBackoffBaseSeconds)
public boolean getCollectorSetsRateLimit()
public void setCollectorSetsRateLimit(boolean collectorSetsRateLimit)
public void setCollectorSetsPointsPerBatch(boolean collectorSetsPointsPerBatch)
public boolean getCollectorSetsPointsPerBatch()
public void setPointsPerBatch(long pointsPerBatch)
public boolean getShutOffAgents()
public void setShutOffAgents(boolean shutOffAgents)
public boolean getShowTrialExpired()
public void setShowTrialExpired(boolean trialExpired)
public boolean getHistogramDisabled()
public String getShutOffMessage()
public void setShutOffMessage(String shutOffMessage)
public void setHistogramDisabled(boolean histogramDisabled)
public boolean getTraceDisabled()
public void setTraceDisabled(boolean traceDisabled)
public boolean getSpanLogsDisabled()
public void setSpanLogsDisabled(boolean spanLogsDisabled)
public ValidationConfiguration getValidationConfiguration()
public void setValidationConfiguration(ValidationConfiguration value)
public void setGlobalCollectorRateLimit(@Nullable Long globalCollectorRateLimit)
public void setGlobalHistogramRateLimit(@Nullable Long globalHistogramRateLimit)
public void setGlobalSourceTagRateLimit(@Nullable Double globalSourceTagRateLimit)
public void setGlobalSpanLogsRateLimit(@Nullable Long globalSpanLogsRateLimit)
public void setHistogramStorageAccuracy(@Nullable Integer histogramStorageAccuracy)
public void setDropSpansDelayedMinutes(int dropSpansDelayedMinutes)
Copyright © 2020. All rights reserved.