class Pantomath::Instrumentation::HTTParty::Tracer
Private Instance Methods
span_name()
click to toggle source
# File lib/pantomath/instrumentation/httparty/tracer.rb, line 20 def span_name "NET/HTTP Call to #{context.uri.host}" end