/influx_telemetry_reporter

Primary LanguageElixirApache License 2.0Apache-2.0

InfluxTelemetryReporter

A Telemetry.Metrics reporter for InfluxDB/Telegraf. See the official documentation for more information.

Installation

The package can be installed by adding influx_telemetry_reporter to your list of dependencies in mix.exs:

def deps do
  [
    {:influx_telemetry_reporter, "~> 0.1.0"}
  ]
end