View Source NewRelic.Telemetry.Oban (New Relic Elixir Agent v1.34.0)

Provides Oban instrumentation via telemetry.

Oban jobs are auto-discovered and instrumented.

We automatically gather:

  • Transaction metrics and events
  • Transaction Traces
  • Distributed Traces

You can opt-out of this instrumentation with :oban_instrumentation_enabled via configuration. See NewRelic.Config for details.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.