You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems there is a problem with auto instrumentation using the operator.
File "/otel-auto-instrumentation/opentelemetry/sdk/_configuration/init.py", line 201, in _import_exporters
for (exporter_name, exporter_impl,) in _import_config_components(
File "/otel-auto-instrumentation/opentelemetry/sdk/_configuration/init.py", line 170, in _import_config_components
raise RuntimeError(
RuntimeError: Requested component 'otlp_proto_grpc' not found in entry points for 'opentelemetry_metrics_exporter'
Failed to auto initialize opentelemetry
Traceback (most recent call last):
File "/otel-auto-instrumentation/opentelemetry/instrumentation/auto_instrumentation/sitecustomize.py", line 121, in initialize
_load_configurators()
File "/otel-auto-instrumentation/opentelemetry/instrumentation/auto_instrumentation/sitecustomize.py", line 109, in _load_configurators
raise exc
The text was updated successfully, but these errors were encountered:
Seems there is a problem with auto instrumentation using the operator.
File "/otel-auto-instrumentation/opentelemetry/sdk/_configuration/init.py", line 201, in _import_exporters
for (exporter_name, exporter_impl,) in _import_config_components(
File "/otel-auto-instrumentation/opentelemetry/sdk/_configuration/init.py", line 170, in _import_config_components
raise RuntimeError(
RuntimeError: Requested component 'otlp_proto_grpc' not found in entry points for 'opentelemetry_metrics_exporter'
Failed to auto initialize opentelemetry
Traceback (most recent call last):
File "/otel-auto-instrumentation/opentelemetry/instrumentation/auto_instrumentation/sitecustomize.py", line 121, in initialize
_load_configurators()
File "/otel-auto-instrumentation/opentelemetry/instrumentation/auto_instrumentation/sitecustomize.py", line 109, in _load_configurators
raise exc
The text was updated successfully, but these errors were encountered: