opentelemetry-ruby-contrib
opentelemetry-ruby-contrib copied to clipboard
feat: add option for untraced commands
solution to https://github.com/open-telemetry/opentelemetry-ruby-contrib/discussions/264
Adds the ability to not trace specified commands. This is in the same fashion that Rack supports with :untraced_endpoints
, and net_http with :untraced_hosts