| Package | Description |
|---|---|
| com.lightstep.tracer.shared |
| Modifier and Type | Method | Description |
|---|---|---|
Options.OptionsBuilder |
Options.OptionsBuilder.withAccessToken(java.lang.String accessToken) |
Sets the unique identifier for this application.
|
Options.OptionsBuilder |
Options.OptionsBuilder.withClockSkewCorrection(boolean clockCorrection) |
|
Options.OptionsBuilder |
Options.OptionsBuilder.withCollectorHost(java.lang.String collectorHost) |
Sets the host to which the tracer will send data.
|
Options.OptionsBuilder |
Options.OptionsBuilder.withCollectorPort(int collectorPort) |
Sets the port to which the tracer will send data.
|
Options.OptionsBuilder |
Options.OptionsBuilder.withCollectorProtocol(java.lang.String protocol) |
Sets the protocol which will be used when sending data to the tracer.
|
Options.OptionsBuilder |
Options.OptionsBuilder.withComponentName(java.lang.String name) |
Sets the component name attribute.
|
Options.OptionsBuilder |
Options.OptionsBuilder.withDisableReportingLoop(boolean disable) |
If true, the background reporting loop will be disabled.
|
Options.OptionsBuilder |
Options.OptionsBuilder.withMaxBufferedSpans(int maxBufferedSpans) |
Sets the maximum number of finished Spans buffered locally before flushing.
|
Options.OptionsBuilder |
Options.OptionsBuilder.withMaxReportingIntervalMillis(int maxReportingIntervalMillis) |
Sets the maximum interval between reports.
|
Options.OptionsBuilder |
Options.OptionsBuilder.withResetClient(boolean reset) |
If true, the GRPC client connection will be reset at regular intevals
Used to load balance on server side
|
Options.OptionsBuilder |
Options.OptionsBuilder.withTag(java.lang.String key,
java.lang.Object value) |
Sets a user-defined key-value pair that should be associated with all of the
data produced by this tracer.
|
Options.OptionsBuilder |
Options.OptionsBuilder.withVerbosity(int verbosity) |
Controls the amount of local output produced by the tracer.
|
Copyright © 2018 LightStep. All rights reserved.