View Source Runlet.Event.Riemann (runlet v1.2.5)

Rieman JSON events

Summary

Types

@type t() :: %Runlet.Event.Riemann{
  description: binary() | :null,
  host: binary(),
  metric: integer() | float() | :null,
  service: binary(),
  state: binary(),
  tags: [binary()] | nil,
  time: binary(),
  ttl: integer()
}

Functions