【发布时间】:2013-11-28 02:00:45
【问题描述】:
试图让 NewRelic 与 WorkerRole 服务一起工作。我已正确遵循所有说明并在 NewRelic 代理日志中遇到此问题:
[Info ]Logger initialized.
[Info ]<-- New logging level set.
[Info ]Enabling instrumentation for this process (E:\base\x64\WaWorkerHost.exe) due to it being in a predefined set of processes to be instrumented.
[Info ]Instrumenting method: (Module: D:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll, AppDomain: RdRuntime)[System]System.Net.HttpWebRequest.SerializeHeaders
[Error]Unhandled token encountered while parsing the type. Token: 0x20
[Error]An exception was thrown while possibly instrumenting function: (Module: D:\Windows\Microsoft.Net\assembly\GAC_64\msshrtmi\v4.0_2.1.0.0__31bf3856ad364e35\msshrtmi.dll, AppDomain: RdRuntime)[msshrtmi]Microsoft.WindowsAzure.ServiceRuntime.Internal.InteropLocalResource.GetMaximumSizeInMegaBytes
[Info ]Instrumenting method: (Module: D:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll, AppDomain: RdRuntime)[System]System.Net.HttpWebRequest.GetResponse
有人知道为什么会这样吗?我的应用程序没有报告,我认为这是因为 NewRelic 的监视器出现这些未处理的异常。
谢谢!
【问题讨论】:
标签: .net azure azure-worker-roles newrelic