AppSignal v2.0.0-beta.6 Appsignal View Source
AppSignal for Elixir. Follow the installation guide to install AppSignal into your Elixir app.
This module contains the main AppSignal OTP application, as well as a few helper functions for sending metrics to AppSignal.
These metrics do not rely on an active transaction being present. For transaction related-functions, see the Appsignal.Transaction module.
Link to this section Summary
Functions
Add a value to a distribution
Increment a counter of a metric.
See Appsignal.Instrumentation.instrument/1
.
Set a gauge for a measurement of a metric.
Link to this section Functions
Specs
Add a value to a distribution
Use this to collect multiple data points that will be merged into a graph.
Specs
Increment a counter of a metric.
See Appsignal.Instrumentation.instrument/1
.
Specs
Set a gauge for a measurement of a metric.