View Source NewRelic.Telemetry.Ecto (New Relic Elixir Agent v1.40.2)
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 with :ecto_instrumentation_enabled
and specifically of query collection with :query_collection_enabled 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.