const go.opentelemetry.io/otel/semconv/v1.41.0.OTelComponentTypeKey

17 uses

	go.opentelemetry.io/otel/semconv/v1.41.0 (current package)
		attribute_group.go#L13054: 	OTelComponentTypeKey = attribute.Key("otel.component.type")
		attribute_group.go#L13199: 	OTelComponentTypeBatchingSpanProcessor = OTelComponentTypeKey.String("batching_span_processor")
		attribute_group.go#L13203: 	OTelComponentTypeSimpleSpanProcessor = OTelComponentTypeKey.String("simple_span_processor")
		attribute_group.go#L13207: 	OTelComponentTypeBatchingLogProcessor = OTelComponentTypeKey.String("batching_log_processor")
		attribute_group.go#L13211: 	OTelComponentTypeSimpleLogProcessor = OTelComponentTypeKey.String("simple_log_processor")
		attribute_group.go#L13215: 	OTelComponentTypeOtlpGRPCSpanExporter = OTelComponentTypeKey.String("otlp_grpc_span_exporter")
		attribute_group.go#L13219: 	OTelComponentTypeOtlpHTTPSpanExporter = OTelComponentTypeKey.String("otlp_http_span_exporter")
		attribute_group.go#L13223: 	OTelComponentTypeOtlpHTTPJSONSpanExporter = OTelComponentTypeKey.String("otlp_http_json_span_exporter")
		attribute_group.go#L13227: 	OTelComponentTypeZipkinHTTPSpanExporter = OTelComponentTypeKey.String("zipkin_http_span_exporter")
		attribute_group.go#L13231: 	OTelComponentTypeOtlpGRPCLogExporter = OTelComponentTypeKey.String("otlp_grpc_log_exporter")
		attribute_group.go#L13235: 	OTelComponentTypeOtlpHTTPLogExporter = OTelComponentTypeKey.String("otlp_http_log_exporter")
		attribute_group.go#L13239: 	OTelComponentTypeOtlpHTTPJSONLogExporter = OTelComponentTypeKey.String("otlp_http_json_log_exporter")
		attribute_group.go#L13243: 	OTelComponentTypePeriodicMetricReader = OTelComponentTypeKey.String("periodic_metric_reader")
		attribute_group.go#L13247: 	OTelComponentTypeOtlpGRPCMetricExporter = OTelComponentTypeKey.String("otlp_grpc_metric_exporter")
		attribute_group.go#L13251: 	OTelComponentTypeOtlpHTTPMetricExporter = OTelComponentTypeKey.String("otlp_http_metric_exporter")
		attribute_group.go#L13255: 	OTelComponentTypeOtlpHTTPJSONMetricExporter = OTelComponentTypeKey.String("otlp_http_json_metric_exporter")
		attribute_group.go#L13259: 	OTelComponentTypePrometheusHTTPTextMetricExporter = OTelComponentTypeKey.String("prometheus_http_text_metric_exporter")