Constant Field Values

Contents

io.opentelemetry.*

  • 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.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.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.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.common.internal.OtelVersion 
    Modifier and Type Constant Field Value
    public static final java.lang.String VERSION "1.44.1"
  • 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.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.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.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