open-telemetry/opentelemetry-ruby-contrib

feat: Twirp Instrumentation

Open

#75 opened on Jul 1, 2022

 (1 comment) (1 reaction) (0 assignees)Ruby (252 forks)auto 404
help wantedkeep

Repository metrics

Stars
 (135 stars)
PR merge metrics
 (PR metrics pending)

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 actionpack and sinatra automatic instrumentation

cc: @hmaurer

Contributor guide