Constant Field Values
Contents
io.opentelemetry.*
-
io.opentelemetry.api.GlobalOpenTelemetry Modifier and Type Constant Field Value private static final java.lang.String
GLOBAL_AUTOCONFIGURE_ENABLED_PROPERTY
"otel.java.global-autoconfigure.enabled"
-
io.opentelemetry.api.baggage.propagation.io.opentelemetry.api.baggage.propagation.BaggageCodec Modifier and Type Constant Field Value private static final byte
ESCAPE_CHAR
37
private static final int
RADIX
16
-
io.opentelemetry.api.baggage.propagation.W3CBaggagePropagator Modifier and Type Constant Field Value private static final java.lang.String
FIELD
"baggage"
-
io.opentelemetry.api.incubator.propagation.io.opentelemetry.api.incubator.propagation.CaseInsensitiveMap Modifier and Type Constant Field Value private static final long
serialVersionUID
-4202518750189126871L
-
io.opentelemetry.api.internal.OtelEncodingUtils Modifier and Type Constant Field Value private static final java.lang.String
ALPHABET
"0123456789abcdef"
static final int
BYTE_BASE16
2
static final int
LONG_BASE16
16
static final int
LONG_BYTES
8
private static final int
NUM_ASCII_CHARACTERS
128
-
io.opentelemetry.api.internal.PercentEscaper Modifier and Type Constant Field Value private static final int
DEST_PAD
32
private static final java.lang.String
SAFE_CHARS
"-._~!$\'()*&@:abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-
io.opentelemetry.api.trace.io.opentelemetry.api.trace.ArrayBasedTraceStateBuilder Modifier and Type Constant Field Value private static final int
KEY_MAX_SIZE
256
private static final int
MAX_ENTRIES
32
private static final int
MAX_TENANT_ID_SIZE
240
private static final int
MAX_VENDOR_ID_SIZE
13
private static final int
VALUE_MAX_SIZE
256
-
io.opentelemetry.api.trace.io.opentelemetry.api.trace.ImmutableTraceFlags Modifier and Type Constant Field Value static final int
HEX_LENGTH
2
private static final byte
SAMPLED_BIT
1
-
io.opentelemetry.api.trace.SpanId Modifier and Type Constant Field Value private static final int
BYTES_LENGTH
8
private static final int
HEX_LENGTH
16
private static final java.lang.String
INVALID
"0000000000000000"
-
io.opentelemetry.api.trace.TraceId Modifier and Type Constant Field Value private static final int
BYTES_LENGTH
16
private static final int
HEX_LENGTH
32
private static final java.lang.String
INVALID
"00000000000000000000000000000000"
-
io.opentelemetry.api.trace.propagation.W3CTraceContextPropagator Modifier and Type Constant Field Value private static final int
TRACE_ID_OFFSET
3
static final java.lang.String
TRACE_PARENT
"traceparent"
static final java.lang.String
TRACE_STATE
"tracestate"
private static final char
TRACEPARENT_DELIMITER
45
private static final int
TRACEPARENT_DELIMITER_SIZE
1
private static final java.lang.String
VERSION
"00"
private static final java.lang.String
VERSION_00
"00"
private static final int
VERSION_SIZE
2
-
io.opentelemetry.api.trace.propagation.internal.W3CTraceContextEncoding Modifier and Type Constant Field Value private static final char
TRACESTATE_ENTRY_DELIMITER
44
private static final char
TRACESTATE_KEY_VALUE_DELIMITER
61
private static final int
TRACESTATE_MAX_MEMBERS
32
private static final int
TRACESTATE_MAX_SIZE
512
-
io.opentelemetry.context.io.opentelemetry.context.LazyStorage Modifier and Type Constant Field Value private static final java.lang.String
CONTEXT_STORAGE_PROVIDER_PROPERTY
"io.opentelemetry.context.contextStorageProvider"
private static final java.lang.String
ENABLE_STRICT_CONTEXT_PROVIDER_PROPERTY
"io.opentelemetry.context.enableStrictContext"
private static final java.lang.String
ENFORCE_DEFAULT_STORAGE_VALUE
"default"
-
io.opentelemetry.exporter.internal.FailedExportException Modifier and Type Constant Field Value private static final long
serialVersionUID
6988924855140178789L
-
io.opentelemetry.exporter.internal.FailedExportException.GrpcExportException Modifier and Type Constant Field Value private static final long
serialVersionUID
-9157548250286695364L
-
io.opentelemetry.exporter.internal.FailedExportException.HttpExportException Modifier and Type Constant Field Value private static final long
serialVersionUID
-6787390183017184775L
-
io.opentelemetry.exporter.internal.TlsUtil Modifier and Type Constant Field Value private static final java.lang.String
PEM_KEY_FOOTER
"-----END PRIVATE KEY-----"
private static final java.lang.String
PEM_KEY_HEADER
"-----BEGIN PRIVATE KEY-----"
-
io.opentelemetry.exporter.internal.grpc.GrpcExporterBuilder<T extends Marshaler> Modifier and Type Constant Field Value public static final long
DEFAULT_CONNECT_TIMEOUT_SECS
10L
-
io.opentelemetry.exporter.internal.grpc.GrpcExporterUtil Modifier and Type Constant Field Value public static final int
GRPC_STATUS_ABORTED
10
public static final int
GRPC_STATUS_CANCELLED
1
public static final int
GRPC_STATUS_DATA_LOSS
15
public static final int
GRPC_STATUS_DEADLINE_EXCEEDED
4
public static final int
GRPC_STATUS_OUT_OF_RANGE
11
public static final int
GRPC_STATUS_RESOURCE_EXHAUSTED
8
public static final int
GRPC_STATUS_UNAVAILABLE
14
public static final int
GRPC_STATUS_UNIMPLEMENTED
12
public static final int
GRPC_STATUS_UNKNOWN
2
-
io.opentelemetry.exporter.internal.http.HttpExporterBuilder<T extends Marshaler> Modifier and Type Constant Field Value public static final long
DEFAULT_CONNECT_TIMEOUT_SECS
10L
public static final long
DEFAULT_TIMEOUT_SECS
10L
-
io.opentelemetry.exporter.internal.marshal.StatelessMarshalerUtil Modifier and Type Constant Field Value private static final int
MAX_INNER_LOOP_SIZE
2040
private static final long
MOST_SIGNIFICANT_BIT_MASK
-9187201950435737472L
-
io.opentelemetry.exporter.internal.marshal.io.opentelemetry.exporter.internal.marshal.UnsafeAccess Modifier and Type Constant Field Value private static final int
MAX_ENABLED_JAVA_VERSION
22
-
io.opentelemetry.exporter.internal.marshal.io.opentelemetry.exporter.internal.marshal.WireFormat Modifier and Type Constant Field Value static final int
FIXED32_SIZE
4
static final int
FIXED64_SIZE
8
static final int
MAX_VARINT_SIZE
10
static final int
MAX_VARINT32_SIZE
5
static final int
MAX_VARINT64_SIZE
10
static final int
TAG_TYPE_BITS
3
static final int
TAG_TYPE_MASK
7
static final int
WIRETYPE_FIXED32
5
static final int
WIRETYPE_FIXED64
1
static final int
WIRETYPE_LENGTH_DELIMITED
2
static final int
WIRETYPE_VARINT
0
-
io.opentelemetry.exporter.internal.otlp.traces.SpanFlags Modifier and Type Constant Field Value static final int
CONTEXT_HAS_IS_REMOTE_BIT
256
static final int
CONTEXT_IS_REMOTE_BIT
512
static final int
CONTEXT_IS_REMOTE_MASK
768
-
io.opentelemetry.exporter.otlp.all.internal.OtelVersion Modifier and Type Constant Field Value public static final java.lang.String
VERSION
"1.44.1"
-
io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogRecordExporterBuilder Modifier and Type Constant Field Value private static final java.lang.String
DEFAULT_ENDPOINT
"http://localhost:4318/v1/logs"
-
io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporterBuilder Modifier and Type Constant Field Value private static final java.lang.String
DEFAULT_ENDPOINT
"http://localhost:4318/v1/metrics"
-
io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporterBuilder Modifier and Type Constant Field Value private static final java.lang.String
DEFAULT_ENDPOINT
"http://localhost:4318/v1/traces"
-
io.opentelemetry.exporter.otlp.internal.OtlpConfigUtil Modifier and Type Constant Field Value public static final java.lang.String
DATA_TYPE_LOGS
"logs"
public static final java.lang.String
DATA_TYPE_METRICS
"metrics"
public static final java.lang.String
DATA_TYPE_TRACES
"traces"
public static final java.lang.String
PROTOCOL_GRPC
"grpc"
public static final java.lang.String
PROTOCOL_HTTP_PROTOBUF
"http/protobuf"
-
io.opentelemetry.exporter.otlp.internal.OtlpUserAgent Modifier and Type Constant Field Value private static final java.lang.String
userAgent
"OTel-OTLP-Exporter-Java/1.44.1"
-
io.opentelemetry.exporter.otlp.logs.io.opentelemetry.exporter.otlp.logs.MarshalerLogsServiceGrpc Modifier and Type Constant Field Value private static final java.lang.String
SERVICE_NAME
"opentelemetry.proto.collector.logs.v1.LogsService"
-
io.opentelemetry.exporter.otlp.logs.OtlpGrpcLogRecordExporterBuilder Modifier and Type Constant Field Value private static final java.lang.String
DEFAULT_ENDPOINT_URL
"http://localhost:4317"
private static final long
DEFAULT_TIMEOUT_SECS
10L
static final java.lang.String
GRPC_ENDPOINT_PATH
"/opentelemetry.proto.collector.logs.v1.LogsService/Export"
private static final java.lang.String
GRPC_SERVICE_NAME
"opentelemetry.proto.collector.logs.v1.LogsService"
-
io.opentelemetry.exporter.otlp.metrics.io.opentelemetry.exporter.otlp.metrics.MarshalerMetricsServiceGrpc Modifier and Type Constant Field Value private static final java.lang.String
SERVICE_NAME
"opentelemetry.proto.collector.metrics.v1.MetricsService"
-
io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporterBuilder Modifier and Type Constant Field Value private static final java.lang.String
DEFAULT_ENDPOINT_URL
"http://localhost:4317"
private static final long
DEFAULT_TIMEOUT_SECS
10L
static final java.lang.String
GRPC_ENDPOINT_PATH
"/opentelemetry.proto.collector.metrics.v1.MetricsService/Export"
private static final java.lang.String
GRPC_SERVICE_NAME
"opentelemetry.proto.collector.metrics.v1.MetricsService"
-
io.opentelemetry.exporter.otlp.trace.io.opentelemetry.exporter.otlp.trace.MarshalerTraceServiceGrpc Modifier and Type Constant Field Value private static final java.lang.String
SERVICE_NAME
"opentelemetry.proto.collector.trace.v1.TraceService"
-
io.opentelemetry.exporter.otlp.trace.OtlpGrpcSpanExporterBuilder Modifier and Type Constant Field Value private static final java.lang.String
DEFAULT_ENDPOINT_URL
"http://localhost:4317"
private static final long
DEFAULT_TIMEOUT_SECS
10L
static final java.lang.String
GRPC_ENDPOINT_PATH
"/opentelemetry.proto.collector.trace.v1.TraceService/Export"
static final java.lang.String
GRPC_SERVICE_NAME
"opentelemetry.proto.collector.trace.v1.TraceService"
-
io.opentelemetry.sdk.autoconfigure.io.opentelemetry.sdk.autoconfigure.LogRecordExporterConfiguration Modifier and Type Constant Field Value private static final java.lang.String
EXPORTER_NONE
"none"
-
io.opentelemetry.sdk.autoconfigure.ResourceConfiguration Modifier and Type Constant Field Value static final java.lang.String
ATTRIBUTE_PROPERTY
"otel.resource.attributes"
static final java.lang.String
DISABLED_ATTRIBUTE_KEYS
"otel.resource.disabled.keys"
static final java.lang.String
EXPERIMENTAL_DISABLED_ATTRIBUTE_KEYS
"otel.experimental.resource.disabled.keys"
static final java.lang.String
SERVICE_NAME_PROPERTY
"otel.service.name"
-
io.opentelemetry.sdk.autoconfigure.io.opentelemetry.sdk.autoconfigure.SpanExporterConfiguration Modifier and Type Constant Field Value private static final java.lang.String
EXPORTER_NONE
"none"
-
io.opentelemetry.sdk.autoconfigure.io.opentelemetry.sdk.autoconfigure.TracerProviderConfiguration Modifier and Type Constant Field Value private static final double
DEFAULT_TRACEIDRATIO_SAMPLE_RATIO
1.0
private static final java.lang.String
PARENTBASED_ALWAYS_ON
"parentbased_always_on"
-
io.opentelemetry.sdk.autoconfigure.spi.ConfigurationException Modifier and Type Constant Field Value private static final long
serialVersionUID
4717640118051490483L
-
io.opentelemetry.sdk.common.export.RetryPolicy Modifier and Type Constant Field Value private static final double
DEFAULT_BACKOFF_MULTIPLIER
1.5
private static final int
DEFAULT_INITIAL_BACKOFF_SECONDS
1
private static final int
DEFAULT_MAX_ATTEMPTS
5
private static final int
DEFAULT_MAX_BACKOFF_SECONDS
5
-
io.opentelemetry.sdk.common.internal.OtelVersion Modifier and Type Constant Field Value public static final java.lang.String
VERSION
"1.44.1"
-
io.opentelemetry.sdk.internal.AttributesMap Modifier and Type Constant Field Value private static final long
serialVersionUID
-5072696312123632376L
-
io.opentelemetry.sdk.internal.DynamicPrimitiveLongList Modifier and Type Constant Field Value private static final int
DEFAULT_SUBARRAY_CAPACITY
10
-
io.opentelemetry.sdk.internal.ThrottlingLogger Modifier and Type Constant Field Value private static final double
RATE_LIMIT
5.0
private static final double
THROTTLED_RATE_LIMIT
1.0
-
io.opentelemetry.sdk.logs.LogLimitsBuilder Modifier and Type Constant Field Value private static final int
DEFAULT_LOG_MAX_ATTRIBUTE_LENGTH
2147483647
private static final int
DEFAULT_LOG_MAX_NUM_ATTRIBUTES
128
-
io.opentelemetry.sdk.logs.SdkLoggerProvider Modifier and Type Constant Field Value static final java.lang.String
DEFAULT_LOGGER_NAME
"unknown"
-
io.opentelemetry.sdk.logs.export.BatchLogRecordProcessorBuilder Modifier and Type Constant Field Value static final int
DEFAULT_EXPORT_TIMEOUT_MILLIS
30000
static final int
DEFAULT_MAX_EXPORT_BATCH_SIZE
512
static final int
DEFAULT_MAX_QUEUE_SIZE
2048
static final long
DEFAULT_SCHEDULE_DELAY_MILLIS
1000L
-
io.opentelemetry.sdk.metrics.io.opentelemetry.sdk.metrics.SdkMeter Modifier and Type Constant Field Value private static final java.lang.String
NOOP_INSTRUMENT_NAME
"noop"
-
io.opentelemetry.sdk.metrics.SdkMeterProvider Modifier and Type Constant Field Value static final java.lang.String
DEFAULT_METER_NAME
"unknown"
-
io.opentelemetry.sdk.metrics.export.PeriodicMetricReaderBuilder Modifier and Type Constant Field Value static final long
DEFAULT_SCHEDULE_DELAY_MINUTES
1L
-
io.opentelemetry.sdk.metrics.internal.aggregator.io.opentelemetry.sdk.metrics.internal.aggregator.AdaptingCircularBufferCounter Modifier and Type Constant Field Value private static final int
NULL_INDEX
-2147483648
-
io.opentelemetry.sdk.metrics.internal.aggregator.AggregationUtil Modifier and Type Constant Field Value private static final java.lang.String
AGGREGATION_BASE2_EXPONENTIAL_HISTOGRAM
"base2_exponential_bucket_histogram"
private static final java.lang.String
AGGREGATION_DEFAULT
"default"
private static final java.lang.String
AGGREGATION_DROP
"drop"
private static final java.lang.String
AGGREGATION_EXPLICIT_BUCKET_HISTOGRAM
"explicit_bucket_histogram"
private static final java.lang.String
AGGREGATION_LAST_VALUE
"last_value"
private static final java.lang.String
AGGREGATION_SUM
"sum"
-
io.opentelemetry.sdk.metrics.internal.aggregator.io.opentelemetry.sdk.metrics.internal.aggregator.Base2ExponentialHistogramIndexer Modifier and Type Constant Field Value private static final int
EXPONENT_BIAS
1023
private static final long
EXPONENT_BIT_MASK
9218868437227405312L
private static final int
EXPONENT_WIDTH
11
private static final long
SIGNIFICAND_BIT_MASK
4503599627370495L
private static final int
SIGNIFICAND_WIDTH
52
-
io.opentelemetry.sdk.metrics.internal.debug.DebugConfig Modifier and Type Constant Field Value private static final java.lang.String
ENABLE_METRICS_DEBUG_PROPERTY
"otel.experimental.sdk.metrics.debug"
-
io.opentelemetry.sdk.metrics.internal.state.ArrayBasedStack<T> Modifier and Type Constant Field Value static final int
DEFAULT_CAPACITY
10
-
io.opentelemetry.sdk.metrics.internal.state.MetricStorage Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_CARDINALITY
2000
-
io.opentelemetry.sdk.metrics.internal.state.PooledHashMap<K,V> Modifier and Type Constant Field Value private static final int
DEFAULT_CAPACITY
16
private static final float
LOAD_FACTOR
0.75f
-
io.opentelemetry.sdk.metrics.internal.view.Base2ExponentialHistogramAggregation Modifier and Type Constant Field Value private static final int
DEFAULT_MAX_BUCKETS
160
private static final int
DEFAULT_MAX_SCALE
20
-
io.opentelemetry.sdk.metrics.internal.view.io.opentelemetry.sdk.metrics.internal.view.FilteredAttributes.SmallFilteredAttributes Modifier and Type Constant Field Value private static final int
BITS_PER_INTEGER
32
-
io.opentelemetry.sdk.resources.Resource Modifier and Type Constant Field Value private static final java.lang.String
ERROR_MESSAGE_INVALID_CHARS
" should be a ASCII string with a length greater than 0 and not exceed 255 characters."
private static final java.lang.String
ERROR_MESSAGE_INVALID_VALUE
" should be a ASCII string with a length not exceed 255 characters."
private static final int
MAX_LENGTH
255
-
io.opentelemetry.sdk.trace.io.opentelemetry.sdk.trace.RandomIdGenerator Modifier and Type Constant Field Value private static final long
INVALID_ID
0L
-
io.opentelemetry.sdk.trace.io.opentelemetry.sdk.trace.SdkTracer Modifier and Type Constant Field Value static final java.lang.String
FALLBACK_SPAN_NAME
"<unspecified span name>"
-
io.opentelemetry.sdk.trace.SdkTracerProvider Modifier and Type Constant Field Value static final java.lang.String
DEFAULT_TRACER_NAME
""
-
io.opentelemetry.sdk.trace.SpanLimits Modifier and Type Constant Field Value static final int
DEFAULT_SPAN_MAX_ATTRIBUTE_LENGTH
2147483647
-
io.opentelemetry.sdk.trace.SpanLimitsBuilder Modifier and Type Constant Field Value private static final int
DEFAULT_SPAN_MAX_NUM_ATTRIBUTES
128
private static final int
DEFAULT_SPAN_MAX_NUM_ATTRIBUTES_PER_EVENT
128
private static final int
DEFAULT_SPAN_MAX_NUM_ATTRIBUTES_PER_LINK
128
private static final int
DEFAULT_SPAN_MAX_NUM_EVENTS
128
private static final int
DEFAULT_SPAN_MAX_NUM_LINKS
128
-
io.opentelemetry.sdk.trace.data.io.opentelemetry.sdk.trace.data.ImmutableExceptionEventData Modifier and Type Constant Field Value private static final java.lang.String
EXCEPTION_EVENT_NAME
"exception"
-
io.opentelemetry.sdk.trace.data.io.opentelemetry.sdk.trace.data.ImmutableLinkData Modifier and Type Constant Field Value private static final int
DEFAULT_ATTRIBUTE_COUNT
0
-
io.opentelemetry.sdk.trace.export.BatchSpanProcessorBuilder Modifier and Type Constant Field Value static final int
DEFAULT_EXPORT_TIMEOUT_MILLIS
30000
static final int
DEFAULT_MAX_EXPORT_BATCH_SIZE
512
static final int
DEFAULT_MAX_QUEUE_SIZE
2048
static final long
DEFAULT_SCHEDULE_DELAY_MILLIS
5000L