View Source TelemetryMetricsAppsignal
A Telemetry.Metrics reporter that pushes metrics to AppSignal. Requires the AppSignal library to be installed and configured.
Installation
Add telemetry_metrics_appsignal to your mix.exs file:
def deps do
[
{:telemetry_metrics_appsignal, "~> 1.0"}
]
endSee the documentation on Hexdocs for more information.