Skip to content

surgeventures/telemetry_metrics_appsignal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelemetryMetricsAppsignal

GitHub Workflow Status (branch) Hex pm

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"}
  ]
end

See the documentation on Hexdocs for more information.