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

Provides Phoenix LiveView instrumentation via telemetry.

This instrumentation collects Transactions for the initial LiveView lifecycle events that occur inside the WebSocket process, as well as metrics for subsequent instances of lifecycle events.

You can opt-out of this instrumentation as a whole with :phoenix_live_view_instrumentation_enabled, and specifically out of params collection with :function_argument_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.

handle_event(event, meas, meta, config)

start_link(_)