Method: OneApm::Agent::CrossAppMonitor#set_response_headers
- Defined in:
- lib/one_apm/agent/cross_app/cross_app_monitor.rb
#set_response_headers(state, response_headers, timings, content_length) ⇒ Object
122 123 124 |
# File 'lib/one_apm/agent/cross_app/cross_app_monitor.rb', line 122 def set_response_headers(state, response_headers, timings, content_length) response_headers[ONEAPM_APPDATA_HEADER] = build_payload(state, timings, content_length) end |