View Source NewRelic.Telemetry.Ecto (New Relic Elixir Agent v1.29.0)

Provides Ecto instrumentation via telemetry.

Repos are auto-discovered and instrumented. Make sure your Ecto app depends on new_relic_agent so that the agent can detect when your Repos start.

We automatically gather:

  • Datastore metrics
  • Transaction Trace segments
  • Transaction datastore attributes
  • Distributed Trace span events

You can opt-out of this instrumentation as a whole and specifically of SQL query collection via configuration. See NewRelic.Config for details.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.