open-telemetry / open-telemetry/opentelemetry-lambda
Match python autoinstrumentation and providers list from node.js
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 432
- Forks
- 246
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 47
Description
Is your feature request related to a problem? Please describe.
Currently the python lambda layer only instruments and sends Tracing.
It can match the list of features we have available in nodejs so it can send both metrics, traces and logs by default.
Describe the solution you'd like
Support Metrics and Logs just like it's supported in nodejs.
Describe alternatives you've considered
Manual instrumentation.
Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
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 by comparing the Python Lambda layer's current autoinstrumentation and providers with the corresponding Node.js list. Confirm how the Python layer currently sends tracing, then identify the provider support needed for metrics and logs. Done means Python Lambda support matches Node.js by sending metrics, traces, and logs by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, python
- Domain
- cloud, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100