portal/deps/telemetry_metrics/README.md
Mikael Hugo 35f29f42e3 feat: add flake.nix, .envrc, fix config (runtime.exs), deps compile clean
- flake.nix: Elixir 1.18.4 / OTP 27 / Node 22 dev shell
- .envrc: use flake
- config/config.exs: move fetch_env! to runtime.exs (compile-time safe)
- config/runtime.exs: all secrets loaded at runtime via env vars
- mix.lock: generated after mix deps.get
- All 3 apps compile cleanly

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-09 19:55:48 +02:00

1.6 KiB

Telemetry.Metrics

CI Codecov

Telemetry.Metrics provides a common interface for defining metrics based on :telemetry events. These metrics can then be published to different backends using our Reporters API. See the official documentation for more information.

Reporters

The following reporters are available:

Other libraries are also available to report telemetry events, albeit without using Telemetry.Metrics, such as OpenTelemetry bindings for telemetry.

Telemetry.Metrics is copyright (c) 2019 Erlang Ecosystem Foundation and Erlang Solutions.

Telemetry.Metrics source code is released under Apache License, Version 2.0.

See LICENSE and NOTICE files for more information.