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

Provides Redix instrumentation via telemetry.

Redix connections are auto-discovered and instrumented.

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 :redix_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

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.