ElixirScope.Phoenix.Integration (elixir_scope v0.0.1)

Phoenix-specific integration for ElixirScope instrumentation.

This module provides specialized tracing for Phoenix applications including:

  • HTTP request/response lifecycle
  • LiveView mount, events, and state changes
  • Channel connections and message flow
  • Ecto query correlation

Summary

Functions

disable()

Disables Phoenix instrumentation.

enable()

Enables Phoenix instrumentation by attaching telemetry handlers.

handle_channel_event(list, measurements, metadata, config)

handle_ecto_event(list, measurements, metadata, config)

handle_http_event(list, measurements, metadata, config)

handle_liveview_event(list, measurements, metadata, config)