Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.06 KB

monitor-short-lived-net-processes.mdx

File metadata and controls

20 lines (16 loc) · 1.06 KB
title type tags metaDescription redirects freshnessValidatedDate
Monitor short-lived .NET processes
troubleshooting
Agents
NET agent
Troubleshooting
For New Relic for .NET: how to fix the problem of short-lived .NET processes not being reported to APM.
/docs/agents/net-agent/troubleshooting/monitor-short-lived-net-processes
never

Problem

You have a .NET process that runs for less than 60 seconds and are not seeing data reported for that process.

Solution

The APM harvest cycle is 60 seconds. For this reason, processes that run for shorter periods of time may not report data. To fix this, use the sendDataOnExit and sendDataOnExitThreshold service elements in your newrelic.config. You must set the sendDataOnExitThreshold value to a lower amount of time than the process takes to complete.