open-telemetry / open-telemetry/opentelemetry-python-contrib
Getting started tutorial - No matching distribution found for opentelemetry-instrumentation-aws-lambda
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 1.1k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 16
Description
Environment
System Version: macOS 14.0
Chip: Apple M2
Memory: 8 GB
Steps to reproduce
Follow the steps from https://opentelemetry.io/docs/instrumentation/python/getting-started/
What is the expected behavior?
Successful installation of the corresponding instrumentation libraries from site-packages.
What is the actual behavior?
% opentelemetry-bootstrap -a install
instrumentation for package werkzeug<3.0.0 is available but version werkzeug==3.0.1 is installed. Skipping.
ERROR: Could not find a version that satisfies the requirement opentelemetry-instrumentation-aws-lambda==0.42b0 (from versions: 0.26b1, 0.27b0, 0.28b0, 0.28b1, 0.29b0, 0.30b0, 0.30b1, 0.31b0, 0.32b0, 0.33b0, 0.34b0, 0.35b0, 0.36b0, 0.37b0, 0.38b0, 0.39b0, 0.40b0, 0.41b0)
ERROR: No matching distribution found for opentelemetry-instrumentation-aws-lambda==0.42b0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Python getting-started tutorial and reproduce the issue using opentelemetry-bootstrap -a install. Compare the requested opentelemetry-instrumentation-aws-lambda version with the versions available to the environment, then determine whether the tutorial or package metadata is inconsistent. Done means the documented setup installs the corresponding instrumentation libraries successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100