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 log record processorstatic final StringThe builtin SDK batching span processorstatic final StringOTLP log record exporter over gRPC with protobuf serializationstatic final StringOTLP metric exporter over gRPC with protobuf serializationstatic final StringOTLP span exporter over gRPC with protobuf serializationstatic final StringOTLP log record exporter over HTTP with JSON serializationstatic final StringOTLP metric exporter over HTTP with JSON serializationstatic final StringOTLP span exporter over HTTP with JSON serializationstatic final StringOTLP log record exporter over HTTP with protobuf serializationstatic final StringOTLP metric exporter over HTTP with protobuf serializationstatic final StringOTLP span exporter over HTTP with protobuf serializationstatic final StringThe builtin SDK periodically exporting metric readerstatic final StringPrometheus metric exporter over HTTP with the default text-based formatstatic final StringThe builtin SDK simple log record processorstatic final StringThe builtin SDK simple span processorstatic final StringZipkin span exporter over HTTP -
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 log record processor- See Also:
-
SIMPLE_LOG_PROCESSOR
The builtin SDK simple log record 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:
-
ZIPKIN_HTTP_SPAN_EXPORTER
Zipkin span exporter over HTTP- See Also:
-
OTLP_GRPC_LOG_EXPORTER
OTLP log record exporter over gRPC with protobuf serialization- See Also:
-
OTLP_HTTP_LOG_EXPORTER
OTLP log record exporter over HTTP with protobuf serialization- See Also:
-
OTLP_HTTP_JSON_LOG_EXPORTER
OTLP log record exporter over HTTP with JSON serialization- See Also:
-
PERIODIC_METRIC_READER
The builtin SDK periodically exporting metric reader- See Also:
-
OTLP_GRPC_METRIC_EXPORTER
OTLP metric exporter over gRPC with protobuf serialization- See Also:
-
OTLP_HTTP_METRIC_EXPORTER
OTLP metric exporter over HTTP with protobuf serialization- See Also:
-
OTLP_HTTP_JSON_METRIC_EXPORTER
OTLP metric exporter over HTTP with JSON serialization- See Also:
-
PROMETHEUS_HTTP_TEXT_METRIC_EXPORTER
Prometheus metric exporter over HTTP with the default text-based format- See Also:
-