Class NewRelic::Agent::Transaction::ExternalRequestSegment
In: lib/new_relic/agent/transaction/external_request_segment.rb
Parent: Segment

Methods

Constants

EXTERNAL_ALL = "External/all".freeze
EXTERNAL_ALL_WEB = "External/allWeb".freeze
EXTERNAL_ALL_OTHER = "External/allOther".freeze

Attributes

library  [R] 
procedure  [R] 
uri  [R] 

Public Class methods

Public Instance methods

This method will add NewRelic headers for cross application tracing and will check to see if a host header is used for the request. If a host header is used it will update the segment name to reflect the host header.

[Validate]