Network.Monitoring.Riemann.Event.Monoid
type Event = Event Source #
append :: a -> Endo a -> a Source #
ok :: Service -> Endo Event -> Event Source #
warn :: Service -> Endo Event -> Event Source #
failure :: Service -> Endo Event -> Event Source #
desc :: String -> Endo Event Source #
ttl :: Float -> Endo Event Source #
metric :: Metric a => a -> Endo Event Source #
timestamp :: Int64 -> Endo Event Source #
attributes :: [Attribute] -> Endo Event Source #
tags :: [String] -> Endo Event Source #
timeAndHost :: IO (Endo Event) Source #
attribute :: String -> Maybe String -> Attribute Source #