Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError #22

Open
hossko opened this issue Jul 14, 2022 · 1 comment
Open

RuntimeError #22

hossko opened this issue Jul 14, 2022 · 1 comment

Comments

@hossko
Copy link

hossko commented Jul 14, 2022

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

@bbigras
Copy link

bbigras commented Jul 21, 2022

I have the same problem.

I did:

kind create cluster

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.0/cert-manager.yaml

helm repo add timescale https://charts.timescale.com/ --force-update
helm install --wait --timeout 10m tobs timescale/tobs

kubectl apply -k 'http://github.com/timescale/opentelemetry-demo/yaml/app'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants