NewRelic stream & writeHeaders

╄→гoц情女王★ 提交于 2019-12-23 18:23:11

问题


We are currently evaluating New Relic and there's a trace element I'm not sure I understand correctly '(WPF client and WCF backend) - It usually says 'stream[some url...]writeheaders'. My guess would be the actually transfer of data to the server, however I'm not sure why it says writeheaders?


回答1:


I believe that this is evidence of creating the page headers for Browser Monitoring. One interesting thing about this system is that, since New Relic attempts to tie transactions within application code to in-browser performance, every page header grabs an ID from the application monitoring agent.

This system has changed significantly since 2013, so an updated agent may make slightly different calls related to browser monitoring.



来源:https://stackoverflow.com/questions/15654171/newrelic-stream-writeheaders

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!