otel.component.type
Developmentenumas of v1.44.0
A name identifying the type of the OpenTelemetry component.
If none of the standardized values apply, implementations SHOULD use the language-defined name of the type. E.g. for Java the fully qualified classname SHOULD be used in this case.
Examples
- batching_span_processor
- com.example.MySpanExporter
Values (16)
batching_span_processorThe built-in SDK batching span processorsimple_span_processorThe built-in SDK simple span processorbatching_log_processorThe built-in SDK batching log record processorsimple_log_processorThe built-in SDK simple log record processorotlp_grpc_span_exporterOTLP span exporter over gRPC with protobuf serializationotlp_http_span_exporterOTLP span exporter over HTTP with protobuf serializationotlp_http_json_span_exporterOTLP span exporter over HTTP with JSON serializationzipkin_http_span_exporterZipkin span exporter over HTTPotlp_grpc_log_exporterOTLP log record exporter over gRPC with protobuf serializationotlp_http_log_exporterOTLP log record exporter over HTTP with protobuf serializationotlp_http_json_log_exporterOTLP log record exporter over HTTP with JSON serializationperiodic_metric_readerThe built-in SDK periodically exporting metric readerotlp_grpc_metric_exporterOTLP metric exporter over gRPC with protobuf serializationotlp_http_metric_exporterOTLP metric exporter over HTTP with protobuf serializationotlp_http_json_metric_exporterOTLP metric exporter over HTTP with JSON serializationprometheus_http_text_metric_exporterPrometheus metric exporter over HTTP with the default text-based format
Used by
metrics (14)
- otel.sdk.exporter.log.exported
- otel.sdk.exporter.log.inflight
- otel.sdk.exporter.metric_data_point.exported
- otel.sdk.exporter.metric_data_point.inflight
- otel.sdk.exporter.operation.duration
- otel.sdk.exporter.span.exported
- otel.sdk.exporter.span.inflight
- otel.sdk.metric_reader.collection.duration
- otel.sdk.processor.log.processed
- otel.sdk.processor.log.queue.capacity
- otel.sdk.processor.log.queue.size
- otel.sdk.processor.span.processed
- otel.sdk.processor.span.queue.capacity
- otel.sdk.processor.span.queue.size
* required on that signal.
History
Enum members changed (14 to 16).
Enum members changed (10 to 14).
Enum members changed (5 to 10).
Added as development.