open-telemetry / open-telemetry/opentelemetry-python-contrib
Give more info to redis/pymysql/pymongo
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 1.1k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 16
Description
Is your feature request related to a problem?
The old OpenTracing provided more information to us to solve question.
Redis only provides SET ? ?, it's not useful.
pymysql lacks parameters.
pymongo lacks command info and event.reply.
Describe the solution you'd like
Maybe we can provide some options like verbose to control the output.
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 locating the Redis, PyMySQL, and PyMongo instrumentation and reviewing what information their spans currently emit. Compare that output with the information previously available through OpenTracing, then clarify the desired verbosity options and define completion around exposing the requested command, parameter, and reply details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, redis
- Domain
- databases, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100