Skip to content

Commit

Permalink
python aws lambda fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Jul 29, 2024
1 parent c6bf662 commit 01b839e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,11 @@ Now run the following command to enable the auto-instrumented invocation of Pyth
opentelemetry-bootstrap --action=install
```
For the current version we are facing a bug here and temporarily need to do this step:
```sh
pip uninstall opentelemetry-instrumentation-aws-lambda
```
As a final step we need to set some environment variables - almost identical to the Java part.
They will configure the behaviour of the instrumented app and make it send only trace metrics to the OpenTelemetry collector.
Expand Down

0 comments on commit 01b839e

Please sign in to comment.