Tracing.Builder |
Tracing.Builder.addAllCustomTags(java.lang.Iterable<? extends CustomTag> values) |
A list of custom tags with unique tag name to create tags for the active span.
|
Tracing.Builder |
Tracing.Builder.addCustomTags(int index,
CustomTag value) |
A list of custom tags with unique tag name to create tags for the active span.
|
Tracing.Builder |
Tracing.Builder.addCustomTags(int index,
CustomTag.Builder builderForValue) |
A list of custom tags with unique tag name to create tags for the active span.
|
Tracing.Builder |
Tracing.Builder.addCustomTags(CustomTag value) |
A list of custom tags with unique tag name to create tags for the active span.
|
Tracing.Builder |
Tracing.Builder.addCustomTags(CustomTag.Builder builderForValue) |
A list of custom tags with unique tag name to create tags for the active span.
|
Tracing.Builder |
Tracing.Builder.clear() |
|
Tracing.Builder |
Tracing.Builder.clearClientSampling() |
Target percentage of requests managed by this HTTP connection manager that will be force
traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
header is set.
|
Tracing.Builder |
Tracing.Builder.clearCustomTags() |
A list of custom tags with unique tag name to create tags for the active span.
|
Tracing.Builder |
Tracing.Builder.clearOverallSampling() |
Target percentage of requests managed by this HTTP connection manager that will be traced
after all other sampling checks have been applied (client-directed, force tracing, random
sampling).
|
Tracing.Builder |
Tracing.Builder.clearRandomSampling() |
Target percentage of requests managed by this HTTP connection manager that will be randomly
selected for trace generation, if not requested by the client or not forced.
|
Tracing.Builder |
Route.Builder.getTracingBuilder() |
Presence of the object defines whether the connection manager's tracing configuration
is overridden by this route specific instance.
|
Tracing.Builder |
Tracing.Builder.mergeClientSampling(FractionalPercent value) |
Target percentage of requests managed by this HTTP connection manager that will be force
traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
header is set.
|
Tracing.Builder |
Tracing.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Tracing.Builder |
Tracing.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Tracing.Builder |
Tracing.Builder.mergeFrom(Tracing other) |
|
Tracing.Builder |
Tracing.Builder.mergeOverallSampling(FractionalPercent value) |
Target percentage of requests managed by this HTTP connection manager that will be traced
after all other sampling checks have been applied (client-directed, force tracing, random
sampling).
|
Tracing.Builder |
Tracing.Builder.mergeRandomSampling(FractionalPercent value) |
Target percentage of requests managed by this HTTP connection manager that will be randomly
selected for trace generation, if not requested by the client or not forced.
|
static Tracing.Builder |
Tracing.newBuilder() |
|
static Tracing.Builder |
Tracing.newBuilder(Tracing prototype) |
|
Tracing.Builder |
Tracing.newBuilderForType() |
|
protected Tracing.Builder |
Tracing.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
Tracing.Builder |
Tracing.Builder.removeCustomTags(int index) |
A list of custom tags with unique tag name to create tags for the active span.
|
Tracing.Builder |
Tracing.Builder.setClientSampling(FractionalPercent value) |
Target percentage of requests managed by this HTTP connection manager that will be force
traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
header is set.
|
Tracing.Builder |
Tracing.Builder.setClientSampling(FractionalPercent.Builder builderForValue) |
Target percentage of requests managed by this HTTP connection manager that will be force
traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
header is set.
|
Tracing.Builder |
Tracing.Builder.setCustomTags(int index,
CustomTag value) |
A list of custom tags with unique tag name to create tags for the active span.
|
Tracing.Builder |
Tracing.Builder.setCustomTags(int index,
CustomTag.Builder builderForValue) |
A list of custom tags with unique tag name to create tags for the active span.
|
Tracing.Builder |
Tracing.Builder.setOverallSampling(FractionalPercent value) |
Target percentage of requests managed by this HTTP connection manager that will be traced
after all other sampling checks have been applied (client-directed, force tracing, random
sampling).
|
Tracing.Builder |
Tracing.Builder.setOverallSampling(FractionalPercent.Builder builderForValue) |
Target percentage of requests managed by this HTTP connection manager that will be traced
after all other sampling checks have been applied (client-directed, force tracing, random
sampling).
|
Tracing.Builder |
Tracing.Builder.setRandomSampling(FractionalPercent value) |
Target percentage of requests managed by this HTTP connection manager that will be randomly
selected for trace generation, if not requested by the client or not forced.
|
Tracing.Builder |
Tracing.Builder.setRandomSampling(FractionalPercent.Builder builderForValue) |
Target percentage of requests managed by this HTTP connection manager that will be randomly
selected for trace generation, if not requested by the client or not forced.
|
Tracing.Builder |
Tracing.toBuilder() |
|