Interface Instrumentor

Represents an instrumentor function that takes a function handle as input and returns its return type.

Remarks

Instrumentors are functions which sit between the caller and the callee. By default there is no instrumentation included with the project, but by using Instrumentors you can add your own. This is very heavily influenced by New Relic's instrumentation, and allows you to gain much deeper insights into code which uses this library.

See

newrelic.startBackgroundTransaction for more information.

Hierarchy

  • Instrumentor