Method: NewRelic::Agent::NewRelicService#profile_data
- Defined in:
- lib/new_relic/agent/new_relic_service.rb
#profile_data(profile) ⇒ Object
177 178 179 |
# File 'lib/new_relic/agent/new_relic_service.rb', line 177 def profile_data(profile) invoke_remote(:profile_data, [@agent_id, profile], :skip_normalization => true) || '' end |