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

Rieman JSON events

Link to this section Summary

Link to this section 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()
}

Link to this section Functions