Skip to content

vmstats sink that produces telemetry events (WIP, do not use)

License

Notifications You must be signed in to change notification settings

23Skidoo/vmstats_telemetry_metrics

Repository files navigation

VmstatsTelemetryMetrics

A vmstats sink that generates telemetry events, to be used in conjunction with telemetry_metrics.

Description

vmstats is a tiny Erlang app that gathers metrics on the Erlang VM and sends them to a configurable sink.

This library implements a vmstats sink that generates telemetry events. There are also metrics definitions for telemetry_metrics and an event registry.

This library is supposed to be used in conjunction with a telemetry_metrics reporter such as telemetry_metrics_statsd for pushing the metrics to e.g. Datadog.

Installation

The package is available in Hex. Add vmstats_telemetry_metrics to your list of dependencies in mix.exs:

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

Docs can be found at https://hexdocs.pm/vmstats_telemetry_metrics.

Usage

TODO

About

vmstats sink that produces telemetry events (WIP, do not use)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages