Class OtelIncubatingAttributes.OtelComponentTypeIncubatingValues

java.lang.Object
io.opentelemetry.semconv.incubating.OtelIncubatingAttributes.OtelComponentTypeIncubatingValues
Enclosing class:
OtelIncubatingAttributes

public static final class OtelIncubatingAttributes.OtelComponentTypeIncubatingValues extends Object
  • Field Details

    • BATCHING_SPAN_PROCESSOR

      public static final String BATCHING_SPAN_PROCESSOR
      The builtin SDK Batching Span Processor
      See Also:
    • SIMPLE_SPAN_PROCESSOR

      public static final String SIMPLE_SPAN_PROCESSOR
      The builtin SDK Simple Span Processor
      See Also:
    • BATCHING_LOG_PROCESSOR

      public static final String BATCHING_LOG_PROCESSOR
      The builtin SDK Batching LogRecord Processor
      See Also:
    • SIMPLE_LOG_PROCESSOR

      public static final String SIMPLE_LOG_PROCESSOR
      The builtin SDK Simple LogRecord Processor
      See Also:
    • OTLP_GRPC_SPAN_EXPORTER

      public static final String OTLP_GRPC_SPAN_EXPORTER
      OTLP span exporter over gRPC with protobuf serialization
      See Also:
    • OTLP_HTTP_SPAN_EXPORTER

      public static final String OTLP_HTTP_SPAN_EXPORTER
      OTLP span exporter over HTTP with protobuf serialization
      See Also:
    • OTLP_HTTP_JSON_SPAN_EXPORTER

      public static final String OTLP_HTTP_JSON_SPAN_EXPORTER
      OTLP span exporter over HTTP with JSON serialization
      See Also:
    • OTLP_GRPC_LOG_EXPORTER

      public static final String OTLP_GRPC_LOG_EXPORTER
      OTLP LogRecord exporter over gRPC with protobuf serialization
      See Also:
    • OTLP_HTTP_LOG_EXPORTER

      public static final String OTLP_HTTP_LOG_EXPORTER
      OTLP LogRecord exporter over HTTP with protobuf serialization
      See Also:
    • OTLP_HTTP_JSON_LOG_EXPORTER

      public static final String OTLP_HTTP_JSON_LOG_EXPORTER
      OTLP LogRecord exporter over HTTP with JSON serialization
      See Also: