Class OtelIncubatingAttributes.OtelComponentTypeIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.OtelIncubatingAttributes.OtelComponentTypeIncubatingValues
- Enclosing class:
- OtelIncubatingAttributes
Values for
OtelIncubatingAttributes.OTEL_COMPONENT_TYPE.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe builtin SDK Batching LogRecord Processorstatic final StringThe builtin SDK Batching Span Processorstatic final StringOTLP LogRecord exporter over gRPC with protobuf serializationstatic final StringOTLP span exporter over gRPC with protobuf serializationstatic final StringOTLP LogRecord exporter over HTTP with JSON serializationstatic final StringOTLP span exporter over HTTP with JSON serializationstatic final StringOTLP LogRecord exporter over HTTP with protobuf serializationstatic final StringOTLP span exporter over HTTP with protobuf serializationstatic final StringThe builtin SDK Simple LogRecord Processorstatic final StringThe builtin SDK Simple Span Processor -
Method Summary
-
Field Details
-
BATCHING_SPAN_PROCESSOR
The builtin SDK Batching Span Processor- See Also:
-
SIMPLE_SPAN_PROCESSOR
The builtin SDK Simple Span Processor- See Also:
-
BATCHING_LOG_PROCESSOR
The builtin SDK Batching LogRecord Processor- See Also:
-
SIMPLE_LOG_PROCESSOR
The builtin SDK Simple LogRecord Processor- See Also:
-
OTLP_GRPC_SPAN_EXPORTER
OTLP span exporter over gRPC with protobuf serialization- See Also:
-
OTLP_HTTP_SPAN_EXPORTER
OTLP span exporter over HTTP with protobuf serialization- See Also:
-
OTLP_HTTP_JSON_SPAN_EXPORTER
OTLP span exporter over HTTP with JSON serialization- See Also:
-
OTLP_GRPC_LOG_EXPORTER
OTLP LogRecord exporter over gRPC with protobuf serialization- See Also:
-
OTLP_HTTP_LOG_EXPORTER
OTLP LogRecord exporter over HTTP with protobuf serialization- See Also:
-
OTLP_HTTP_JSON_LOG_EXPORTER
OTLP LogRecord exporter over HTTP with JSON serialization- See Also:
-