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.
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