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.