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
You're facing the same issue as here. A fix for this will be part of the next release. In that case, I'm assuming you're not running in an AWS Lambda runtime, so you can disable the AWS Lambda instrumentation or uninstall the aws-lambda instrumentation package.
Hello, sorry for duplicate bug report.
what helpped was CMD ["opentelemetry-instrument", "dice-server", "fastapi", "run", "app/app.py", "--port", "80"]
removing inline exporters' parameters and setting them in docker-compose env.
Describe your environment
OS: (e.g, Ubuntu)
Python version: 3.11.2
Package version: latest
What happened?
missing environmnet variable when starting container with
CMD ["opentelemetry-instrument", "--traces_exporter", "console", "--logs_exporter", "console", "--service_name", "dice-server", "fastapi", "run", "app/app.py", "--port", "80"]
Steps to Reproduce
#or
Expected Result
If running locally you should not require env variables. Plus I was not able to find reference in documentation about this variable.
Actual Result
Additional context
correct me if I do something wrong here :/
The text was updated successfully, but these errors were encountered: