Skip to content

Provides a modular approach for using beam-telemetry packages.

Notifications You must be signed in to change notification settings

cozy-elixir/cozy_telemetry

Repository files navigation

CozyTelemetry

CI Hex.pm built with Nix

Provides a modular approach for using beam-telemetry packages.

Notes

This package is still in its early stages, so it may still undergo significant changes, potentially leading to breaking changes.

Installation

Add :cozy_telemetry to the list of dependencies in mix.exs:

def deps do
  [
    {:cozy_telemetry, "<requirement>"}
  ]
end

Note

:cozy_telemetry is depending on following packages:

  • :telemetry
  • :telemetry_poller
  • :telemetry_metrics

If you want to use them, there is no need to add them to mix.exs explicitly. They are available after you adding :cozy_telemetry.

Usage

For more information, see the documentation.

License

Apache License 2.0

About

Provides a modular approach for using beam-telemetry packages.

Resources

Stars

Watchers

Forks

Packages

No packages published