public static final class HttpConnectionManager.Tracing.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder> implements HttpConnectionManager.TracingOrBuilder
[#next-free-field: 10]Protobuf type
envoy.extensions.filters.network.http_connection_manager.v4alpha.HttpConnectionManager.Tracing| Modifier and Type | Method and Description |
|---|---|
HttpConnectionManager.Tracing.Builder |
addAllCustomTags(Iterable<? extends CustomTag> values)
A list of custom tags with unique tag name to create tags for the active span.
|
HttpConnectionManager.Tracing.Builder |
addCustomTags(CustomTag.Builder builderForValue)
A list of custom tags with unique tag name to create tags for the active span.
|
HttpConnectionManager.Tracing.Builder |
addCustomTags(CustomTag value)
A list of custom tags with unique tag name to create tags for the active span.
|
HttpConnectionManager.Tracing.Builder |
addCustomTags(int index,
CustomTag.Builder builderForValue)
A list of custom tags with unique tag name to create tags for the active span.
|
HttpConnectionManager.Tracing.Builder |
addCustomTags(int index,
CustomTag value)
A list of custom tags with unique tag name to create tags for the active span.
|
CustomTag.Builder |
addCustomTagsBuilder()
A list of custom tags with unique tag name to create tags for the active span.
|
CustomTag.Builder |
addCustomTagsBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.
|
HttpConnectionManager.Tracing.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HttpConnectionManager.Tracing |
build() |
HttpConnectionManager.Tracing |
buildPartial() |
HttpConnectionManager.Tracing.Builder |
clear() |
HttpConnectionManager.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.
|
HttpConnectionManager.Tracing.Builder |
clearCustomTags()
A list of custom tags with unique tag name to create tags for the active span.
|
HttpConnectionManager.Tracing.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HttpConnectionManager.Tracing.Builder |
clearMaxPathTagLength()
Maximum length of the request path to extract and include in the HttpUrl tag.
|
HttpConnectionManager.Tracing.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HttpConnectionManager.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).
|
HttpConnectionManager.Tracing.Builder |
clearProvider()
Configuration for an external tracing provider.
|
HttpConnectionManager.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.
|
HttpConnectionManager.Tracing.Builder |
clearVerbose()
Whether to annotate spans with additional data.
|
HttpConnectionManager.Tracing.Builder |
clone() |
Percent |
getClientSampling()
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.
|
Percent.Builder |
getClientSamplingBuilder()
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.
|
PercentOrBuilder |
getClientSamplingOrBuilder()
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.
|
CustomTag |
getCustomTags(int index)
A list of custom tags with unique tag name to create tags for the active span.
|
CustomTag.Builder |
getCustomTagsBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.
|
List<CustomTag.Builder> |
getCustomTagsBuilderList()
A list of custom tags with unique tag name to create tags for the active span.
|
int |
getCustomTagsCount()
A list of custom tags with unique tag name to create tags for the active span.
|
List<CustomTag> |
getCustomTagsList()
A list of custom tags with unique tag name to create tags for the active span.
|
CustomTagOrBuilder |
getCustomTagsOrBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.
|
List<? extends CustomTagOrBuilder> |
getCustomTagsOrBuilderList()
A list of custom tags with unique tag name to create tags for the active span.
|
HttpConnectionManager.Tracing |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.UInt32Value |
getMaxPathTagLength()
Maximum length of the request path to extract and include in the HttpUrl tag.
|
com.google.protobuf.UInt32Value.Builder |
getMaxPathTagLengthBuilder()
Maximum length of the request path to extract and include in the HttpUrl tag.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxPathTagLengthOrBuilder()
Maximum length of the request path to extract and include in the HttpUrl tag.
|
Percent |
getOverallSampling()
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).
|
Percent.Builder |
getOverallSamplingBuilder()
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).
|
PercentOrBuilder |
getOverallSamplingOrBuilder()
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.Http |
getProvider()
Configuration for an external tracing provider.
|
Tracing.Http.Builder |
getProviderBuilder()
Configuration for an external tracing provider.
|
Tracing.HttpOrBuilder |
getProviderOrBuilder()
Configuration for an external tracing provider.
|
Percent |
getRandomSampling()
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.
|
Percent.Builder |
getRandomSamplingBuilder()
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.
|
PercentOrBuilder |
getRandomSamplingOrBuilder()
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.
|
boolean |
getVerbose()
Whether to annotate spans with additional data.
|
boolean |
hasClientSampling()
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.
|
boolean |
hasMaxPathTagLength()
Maximum length of the request path to extract and include in the HttpUrl tag.
|
boolean |
hasOverallSampling()
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).
|
boolean |
hasProvider()
Configuration for an external tracing provider.
|
boolean |
hasRandomSampling()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HttpConnectionManager.Tracing.Builder |
mergeClientSampling(Percent 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.
|
HttpConnectionManager.Tracing.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HttpConnectionManager.Tracing.Builder |
mergeFrom(HttpConnectionManager.Tracing other) |
HttpConnectionManager.Tracing.Builder |
mergeFrom(com.google.protobuf.Message other) |
HttpConnectionManager.Tracing.Builder |
mergeMaxPathTagLength(com.google.protobuf.UInt32Value value)
Maximum length of the request path to extract and include in the HttpUrl tag.
|
HttpConnectionManager.Tracing.Builder |
mergeOverallSampling(Percent 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).
|
HttpConnectionManager.Tracing.Builder |
mergeProvider(Tracing.Http value)
Configuration for an external tracing provider.
|
HttpConnectionManager.Tracing.Builder |
mergeRandomSampling(Percent 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.
|
HttpConnectionManager.Tracing.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HttpConnectionManager.Tracing.Builder |
removeCustomTags(int index)
A list of custom tags with unique tag name to create tags for the active span.
|
HttpConnectionManager.Tracing.Builder |
setClientSampling(Percent.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.
|
HttpConnectionManager.Tracing.Builder |
setClientSampling(Percent 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.
|
HttpConnectionManager.Tracing.Builder |
setCustomTags(int index,
CustomTag.Builder builderForValue)
A list of custom tags with unique tag name to create tags for the active span.
|
HttpConnectionManager.Tracing.Builder |
setCustomTags(int index,
CustomTag value)
A list of custom tags with unique tag name to create tags for the active span.
|
HttpConnectionManager.Tracing.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HttpConnectionManager.Tracing.Builder |
setMaxPathTagLength(com.google.protobuf.UInt32Value.Builder builderForValue)
Maximum length of the request path to extract and include in the HttpUrl tag.
|
HttpConnectionManager.Tracing.Builder |
setMaxPathTagLength(com.google.protobuf.UInt32Value value)
Maximum length of the request path to extract and include in the HttpUrl tag.
|
HttpConnectionManager.Tracing.Builder |
setOverallSampling(Percent.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).
|
HttpConnectionManager.Tracing.Builder |
setOverallSampling(Percent 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).
|
HttpConnectionManager.Tracing.Builder |
setProvider(Tracing.Http.Builder builderForValue)
Configuration for an external tracing provider.
|
HttpConnectionManager.Tracing.Builder |
setProvider(Tracing.Http value)
Configuration for an external tracing provider.
|
HttpConnectionManager.Tracing.Builder |
setRandomSampling(Percent.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.
|
HttpConnectionManager.Tracing.Builder |
setRandomSampling(Percent 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.
|
HttpConnectionManager.Tracing.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HttpConnectionManager.Tracing.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HttpConnectionManager.Tracing.Builder |
setVerbose(boolean value)
Whether to annotate spans with additional data.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>public HttpConnectionManager.Tracing.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>public HttpConnectionManager.Tracing getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic HttpConnectionManager.Tracing build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic HttpConnectionManager.Tracing buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic HttpConnectionManager.Tracing.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>public HttpConnectionManager.Tracing.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>public HttpConnectionManager.Tracing.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>public HttpConnectionManager.Tracing.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>public HttpConnectionManager.Tracing.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>public HttpConnectionManager.Tracing.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>public HttpConnectionManager.Tracing.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HttpConnectionManager.Tracing.Builder>public HttpConnectionManager.Tracing.Builder mergeFrom(HttpConnectionManager.Tracing other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>public HttpConnectionManager.Tracing.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HttpConnectionManager.Tracing.Builder>IOExceptionpublic boolean hasClientSampling()
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. This field is a direct analog for the runtime variable 'tracing.client_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent client_sampling = 3;hasClientSampling in interface HttpConnectionManager.TracingOrBuilderpublic Percent getClientSampling()
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. This field is a direct analog for the runtime variable 'tracing.client_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent client_sampling = 3;getClientSampling in interface HttpConnectionManager.TracingOrBuilderpublic HttpConnectionManager.Tracing.Builder setClientSampling(Percent 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. This field is a direct analog for the runtime variable 'tracing.client_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent client_sampling = 3;public HttpConnectionManager.Tracing.Builder setClientSampling(Percent.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. This field is a direct analog for the runtime variable 'tracing.client_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent client_sampling = 3;public HttpConnectionManager.Tracing.Builder mergeClientSampling(Percent 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. This field is a direct analog for the runtime variable 'tracing.client_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent client_sampling = 3;public HttpConnectionManager.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. This field is a direct analog for the runtime variable 'tracing.client_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent client_sampling = 3;public Percent.Builder getClientSamplingBuilder()
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. This field is a direct analog for the runtime variable 'tracing.client_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent client_sampling = 3;public PercentOrBuilder getClientSamplingOrBuilder()
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. This field is a direct analog for the runtime variable 'tracing.client_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent client_sampling = 3;getClientSamplingOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic boolean hasRandomSampling()
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. This field is a direct analog for the runtime variable 'tracing.random_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent random_sampling = 4;hasRandomSampling in interface HttpConnectionManager.TracingOrBuilderpublic Percent getRandomSampling()
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. This field is a direct analog for the runtime variable 'tracing.random_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent random_sampling = 4;getRandomSampling in interface HttpConnectionManager.TracingOrBuilderpublic HttpConnectionManager.Tracing.Builder setRandomSampling(Percent 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. This field is a direct analog for the runtime variable 'tracing.random_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent random_sampling = 4;public HttpConnectionManager.Tracing.Builder setRandomSampling(Percent.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. This field is a direct analog for the runtime variable 'tracing.random_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent random_sampling = 4;public HttpConnectionManager.Tracing.Builder mergeRandomSampling(Percent 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. This field is a direct analog for the runtime variable 'tracing.random_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent random_sampling = 4;public HttpConnectionManager.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. This field is a direct analog for the runtime variable 'tracing.random_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent random_sampling = 4;public Percent.Builder getRandomSamplingBuilder()
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. This field is a direct analog for the runtime variable 'tracing.random_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent random_sampling = 4;public PercentOrBuilder getRandomSamplingOrBuilder()
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. This field is a direct analog for the runtime variable 'tracing.random_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent random_sampling = 4;getRandomSamplingOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic boolean hasOverallSampling()
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). This field functions as an upper limit on the total configured sampling rate. For instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1% of client requests with the appropriate headers to be force traced. This field is a direct analog for the runtime variable 'tracing.global_enabled' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent overall_sampling = 5;hasOverallSampling in interface HttpConnectionManager.TracingOrBuilderpublic Percent getOverallSampling()
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). This field functions as an upper limit on the total configured sampling rate. For instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1% of client requests with the appropriate headers to be force traced. This field is a direct analog for the runtime variable 'tracing.global_enabled' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent overall_sampling = 5;getOverallSampling in interface HttpConnectionManager.TracingOrBuilderpublic HttpConnectionManager.Tracing.Builder setOverallSampling(Percent 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). This field functions as an upper limit on the total configured sampling rate. For instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1% of client requests with the appropriate headers to be force traced. This field is a direct analog for the runtime variable 'tracing.global_enabled' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent overall_sampling = 5;public HttpConnectionManager.Tracing.Builder setOverallSampling(Percent.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). This field functions as an upper limit on the total configured sampling rate. For instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1% of client requests with the appropriate headers to be force traced. This field is a direct analog for the runtime variable 'tracing.global_enabled' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent overall_sampling = 5;public HttpConnectionManager.Tracing.Builder mergeOverallSampling(Percent 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). This field functions as an upper limit on the total configured sampling rate. For instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1% of client requests with the appropriate headers to be force traced. This field is a direct analog for the runtime variable 'tracing.global_enabled' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent overall_sampling = 5;public HttpConnectionManager.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). This field functions as an upper limit on the total configured sampling rate. For instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1% of client requests with the appropriate headers to be force traced. This field is a direct analog for the runtime variable 'tracing.global_enabled' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent overall_sampling = 5;public Percent.Builder getOverallSamplingBuilder()
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). This field functions as an upper limit on the total configured sampling rate. For instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1% of client requests with the appropriate headers to be force traced. This field is a direct analog for the runtime variable 'tracing.global_enabled' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent overall_sampling = 5;public PercentOrBuilder getOverallSamplingOrBuilder()
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). This field functions as an upper limit on the total configured sampling rate. For instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1% of client requests with the appropriate headers to be force traced. This field is a direct analog for the runtime variable 'tracing.global_enabled' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.v3.Percent overall_sampling = 5;getOverallSamplingOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic boolean getVerbose()
Whether to annotate spans with additional data. If true, spans will include logs for stream events.
bool verbose = 6;getVerbose in interface HttpConnectionManager.TracingOrBuilderpublic HttpConnectionManager.Tracing.Builder setVerbose(boolean value)
Whether to annotate spans with additional data. If true, spans will include logs for stream events.
bool verbose = 6;public HttpConnectionManager.Tracing.Builder clearVerbose()
Whether to annotate spans with additional data. If true, spans will include logs for stream events.
bool verbose = 6;public boolean hasMaxPathTagLength()
Maximum length of the request path to extract and include in the HttpUrl tag. Used to truncate lengthy request paths to meet the needs of a tracing backend. Default: 256
.google.protobuf.UInt32Value max_path_tag_length = 7;hasMaxPathTagLength in interface HttpConnectionManager.TracingOrBuilderpublic com.google.protobuf.UInt32Value getMaxPathTagLength()
Maximum length of the request path to extract and include in the HttpUrl tag. Used to truncate lengthy request paths to meet the needs of a tracing backend. Default: 256
.google.protobuf.UInt32Value max_path_tag_length = 7;getMaxPathTagLength in interface HttpConnectionManager.TracingOrBuilderpublic HttpConnectionManager.Tracing.Builder setMaxPathTagLength(com.google.protobuf.UInt32Value value)
Maximum length of the request path to extract and include in the HttpUrl tag. Used to truncate lengthy request paths to meet the needs of a tracing backend. Default: 256
.google.protobuf.UInt32Value max_path_tag_length = 7;public HttpConnectionManager.Tracing.Builder setMaxPathTagLength(com.google.protobuf.UInt32Value.Builder builderForValue)
Maximum length of the request path to extract and include in the HttpUrl tag. Used to truncate lengthy request paths to meet the needs of a tracing backend. Default: 256
.google.protobuf.UInt32Value max_path_tag_length = 7;public HttpConnectionManager.Tracing.Builder mergeMaxPathTagLength(com.google.protobuf.UInt32Value value)
Maximum length of the request path to extract and include in the HttpUrl tag. Used to truncate lengthy request paths to meet the needs of a tracing backend. Default: 256
.google.protobuf.UInt32Value max_path_tag_length = 7;public HttpConnectionManager.Tracing.Builder clearMaxPathTagLength()
Maximum length of the request path to extract and include in the HttpUrl tag. Used to truncate lengthy request paths to meet the needs of a tracing backend. Default: 256
.google.protobuf.UInt32Value max_path_tag_length = 7;public com.google.protobuf.UInt32Value.Builder getMaxPathTagLengthBuilder()
Maximum length of the request path to extract and include in the HttpUrl tag. Used to truncate lengthy request paths to meet the needs of a tracing backend. Default: 256
.google.protobuf.UInt32Value max_path_tag_length = 7;public com.google.protobuf.UInt32ValueOrBuilder getMaxPathTagLengthOrBuilder()
Maximum length of the request path to extract and include in the HttpUrl tag. Used to truncate lengthy request paths to meet the needs of a tracing backend. Default: 256
.google.protobuf.UInt32Value max_path_tag_length = 7;getMaxPathTagLengthOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic List<CustomTag> getCustomTagsList()
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;getCustomTagsList in interface HttpConnectionManager.TracingOrBuilderpublic int getCustomTagsCount()
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;getCustomTagsCount in interface HttpConnectionManager.TracingOrBuilderpublic CustomTag getCustomTags(int index)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;getCustomTags in interface HttpConnectionManager.TracingOrBuilderpublic HttpConnectionManager.Tracing.Builder setCustomTags(int index, CustomTag value)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public HttpConnectionManager.Tracing.Builder setCustomTags(int index, CustomTag.Builder builderForValue)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public HttpConnectionManager.Tracing.Builder addCustomTags(CustomTag value)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public HttpConnectionManager.Tracing.Builder addCustomTags(int index, CustomTag value)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public HttpConnectionManager.Tracing.Builder addCustomTags(CustomTag.Builder builderForValue)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public HttpConnectionManager.Tracing.Builder addCustomTags(int index, CustomTag.Builder builderForValue)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public HttpConnectionManager.Tracing.Builder addAllCustomTags(Iterable<? extends CustomTag> values)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public HttpConnectionManager.Tracing.Builder clearCustomTags()
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public HttpConnectionManager.Tracing.Builder removeCustomTags(int index)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public CustomTag.Builder getCustomTagsBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public CustomTagOrBuilder getCustomTagsOrBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;getCustomTagsOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic List<? extends CustomTagOrBuilder> getCustomTagsOrBuilderList()
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;getCustomTagsOrBuilderList in interface HttpConnectionManager.TracingOrBuilderpublic CustomTag.Builder addCustomTagsBuilder()
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public CustomTag.Builder addCustomTagsBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public List<CustomTag.Builder> getCustomTagsBuilderList()
A list of custom tags with unique tag name to create tags for the active span.
repeated .envoy.type.tracing.v3.CustomTag custom_tags = 8;public boolean hasProvider()
Configuration for an external tracing provider. If not specified, no tracing will be performed. .. attention:: Please be aware that *envoy.tracers.opencensus* provider can only be configured once in Envoy lifetime. Any attempts to reconfigure it or to use different configurations for different HCM filters will be rejected. Such a constraint is inherent to OpenCensus itself. It cannot be overcome without changes on OpenCensus side.
.envoy.config.trace.v4alpha.Tracing.Http provider = 9;hasProvider in interface HttpConnectionManager.TracingOrBuilderpublic Tracing.Http getProvider()
Configuration for an external tracing provider. If not specified, no tracing will be performed. .. attention:: Please be aware that *envoy.tracers.opencensus* provider can only be configured once in Envoy lifetime. Any attempts to reconfigure it or to use different configurations for different HCM filters will be rejected. Such a constraint is inherent to OpenCensus itself. It cannot be overcome without changes on OpenCensus side.
.envoy.config.trace.v4alpha.Tracing.Http provider = 9;getProvider in interface HttpConnectionManager.TracingOrBuilderpublic HttpConnectionManager.Tracing.Builder setProvider(Tracing.Http value)
Configuration for an external tracing provider. If not specified, no tracing will be performed. .. attention:: Please be aware that *envoy.tracers.opencensus* provider can only be configured once in Envoy lifetime. Any attempts to reconfigure it or to use different configurations for different HCM filters will be rejected. Such a constraint is inherent to OpenCensus itself. It cannot be overcome without changes on OpenCensus side.
.envoy.config.trace.v4alpha.Tracing.Http provider = 9;public HttpConnectionManager.Tracing.Builder setProvider(Tracing.Http.Builder builderForValue)
Configuration for an external tracing provider. If not specified, no tracing will be performed. .. attention:: Please be aware that *envoy.tracers.opencensus* provider can only be configured once in Envoy lifetime. Any attempts to reconfigure it or to use different configurations for different HCM filters will be rejected. Such a constraint is inherent to OpenCensus itself. It cannot be overcome without changes on OpenCensus side.
.envoy.config.trace.v4alpha.Tracing.Http provider = 9;public HttpConnectionManager.Tracing.Builder mergeProvider(Tracing.Http value)
Configuration for an external tracing provider. If not specified, no tracing will be performed. .. attention:: Please be aware that *envoy.tracers.opencensus* provider can only be configured once in Envoy lifetime. Any attempts to reconfigure it or to use different configurations for different HCM filters will be rejected. Such a constraint is inherent to OpenCensus itself. It cannot be overcome without changes on OpenCensus side.
.envoy.config.trace.v4alpha.Tracing.Http provider = 9;public HttpConnectionManager.Tracing.Builder clearProvider()
Configuration for an external tracing provider. If not specified, no tracing will be performed. .. attention:: Please be aware that *envoy.tracers.opencensus* provider can only be configured once in Envoy lifetime. Any attempts to reconfigure it or to use different configurations for different HCM filters will be rejected. Such a constraint is inherent to OpenCensus itself. It cannot be overcome without changes on OpenCensus side.
.envoy.config.trace.v4alpha.Tracing.Http provider = 9;public Tracing.Http.Builder getProviderBuilder()
Configuration for an external tracing provider. If not specified, no tracing will be performed. .. attention:: Please be aware that *envoy.tracers.opencensus* provider can only be configured once in Envoy lifetime. Any attempts to reconfigure it or to use different configurations for different HCM filters will be rejected. Such a constraint is inherent to OpenCensus itself. It cannot be overcome without changes on OpenCensus side.
.envoy.config.trace.v4alpha.Tracing.Http provider = 9;public Tracing.HttpOrBuilder getProviderOrBuilder()
Configuration for an external tracing provider. If not specified, no tracing will be performed. .. attention:: Please be aware that *envoy.tracers.opencensus* provider can only be configured once in Envoy lifetime. Any attempts to reconfigure it or to use different configurations for different HCM filters will be rejected. Such a constraint is inherent to OpenCensus itself. It cannot be overcome without changes on OpenCensus side.
.envoy.config.trace.v4alpha.Tracing.Http provider = 9;getProviderOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic final HttpConnectionManager.Tracing.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>public final HttpConnectionManager.Tracing.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.