open-telemetry / open-telemetry/opentelemetry-ruby-contrib
feat: Twirp Instrumentation
Open
Nobody has claimed this yet.
help wanted
keep
- Dominant language
- Ruby
- Stars
- 137
- Forks
- 258
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 30
Description
https://github.com/twitchtv/twirp-ruby
- Client instrumentation - Add RPC semantic attributes (possibly share attributes with Faraday and the adapter via
HTTPClient.attributes) - Server instrumentation - Enrich the Rack Span with RPC server semantics and operation name, similar to how it is done with
actionpackandsinatraautomatic instrumentation
cc: @hmaurer
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 reviewing the twirp-ruby repository and the existing actionpack and sinatra automatic instrumentation referenced in the issue. Trace how HTTPClient.attributes and the Rack Span are used, then implement and verify client RPC semantic attributes plus server RPC semantics and operation naming for both checklist items.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- backend, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100