New Relic - Doesn't record

I’ve noticed that if you invoke any method using Hangfire, that New Relic completely ignores the request & transaction.

New Relic apparently by default only tracks requests with a HTTPContext.

Anyone had any luck, using custom instrumentation to get New Relic to record and monitor requests instantiated via New Relic?

Hi Andrew, did you get anything working with this? I found this doc but haven’t implemented it just yet…
https://docs.newrelic.com/docs/agents/net-agent/instrumentation/net-custom-transactions

Nope - had no luck. You?

I also tried working with New Relic but they informed me that as their is no HTTP Context, that New Relic won’t support the method.

It’s a bit of deal breaker really. App performance tracking is mission critical.