Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 610 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 610 Bytes

TelemetryEmitter

Emit telemetry metrics, mirroring the definition created with Telemetry.Metrics.

In order to not conflict with the Telemetry namespace, the Emitter module is under TelemetryEmitter.Emitter.

See the documentation here.

Installation

Telemetry Emitter is available in Hex, the package can be installed by adding telemetry_emitter to your list of dependencies in mix.exs:

def deps do
  [
    {:telemetry_emitter, "~> 0.1.0"}
  ]
end