Hummingbird v0.0.15 Hummingbird.Telemetry View Source

A handler for telemetry events which captures phoenix endpoint completions and ships trace information to honeycomb.

Add it to your application children list:

children = [
  ..
  Hummingbird.Telemetry,
  ..
]

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.