Steps for temporarily disabling New Relic inside Sitecore Container for debugging:
- Install VIM
- choco install vim
- CD C:\ProgramData\New Relic\.NET Agent
- vim .\newrelic.config
- set agentEnabled to false (see screenshot)
- import-module webadministration;restart-webapppool defaultapppool