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 log record processor
      See Also:
    • SIMPLE_LOG_PROCESSOR

      public static final String SIMPLE_LOG_PROCESSOR
      The builtin SDK simple log record 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:
    • ZIPKIN_HTTP_SPAN_EXPORTER

      public static final String ZIPKIN_HTTP_SPAN_EXPORTER
      Zipkin span exporter over HTTP
      See Also:
    • OTLP_GRPC_LOG_EXPORTER

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

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

      public static final String OTLP_HTTP_JSON_LOG_EXPORTER
      OTLP log record exporter over HTTP with JSON serialization
      See Also:
    • PERIODIC_METRIC_READER

      public static final String PERIODIC_METRIC_READER
      The builtin SDK periodically exporting metric reader
      See Also:
    • OTLP_GRPC_METRIC_EXPORTER

      public static final String OTLP_GRPC_METRIC_EXPORTER
      OTLP metric exporter over gRPC with protobuf serialization
      See Also:
    • OTLP_HTTP_METRIC_EXPORTER

      public static final String OTLP_HTTP_METRIC_EXPORTER
      OTLP metric exporter over HTTP with protobuf serialization
      See Also:
    • OTLP_HTTP_JSON_METRIC_EXPORTER

      public static final String OTLP_HTTP_JSON_METRIC_EXPORTER
      OTLP metric exporter over HTTP with JSON serialization
      See Also:
    • PROMETHEUS_HTTP_TEXT_METRIC_EXPORTER

      public static final String PROMETHEUS_HTTP_TEXT_METRIC_EXPORTER
      Prometheus metric exporter over HTTP with the default text-based format
      See Also: