hriemann-0.3.2.2: A Riemann Client for Haskell
Network.Monitoring.Riemann.Proto.Event
data Event Source #
Constructors
Fields
Defined in Network.Monitoring.Riemann.Proto.Event
Methods
(==) :: Event -> Event -> Bool #
(/=) :: Event -> Event -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Event -> c Event #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Event #
toConstr :: Event -> Constr #
dataTypeOf :: Event -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Event) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Event) #
gmapT :: (forall b. Data b => b -> b) -> Event -> Event #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Event -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Event -> r #
gmapQ :: (forall d. Data d => d -> u) -> Event -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Event -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Event -> m Event #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Event -> m Event #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Event -> m Event #
compare :: Event -> Event -> Ordering #
(<) :: Event -> Event -> Bool #
(<=) :: Event -> Event -> Bool #
(>) :: Event -> Event -> Bool #
(>=) :: Event -> Event -> Bool #
max :: Event -> Event -> Event #
min :: Event -> Event -> Event #
showsPrec :: Int -> Event -> ShowS #
show :: Event -> String #
showList :: [Event] -> ShowS #
Associated Types
type Rep Event :: * -> * #
from :: Event -> Rep Event x #
to :: Rep Event x -> Event #
Defined in Network.Monitoring.Riemann.Json
toJSON :: Event -> Value #
toEncoding :: Event -> Encoding #
toJSONList :: [Event] -> Value #
toEncodingList :: [Event] -> Encoding #
parseJSON :: Value -> Parser Event #
parseJSONList :: Value -> Parser [Event] #
wireSize :: FieldType -> Event -> WireSize #
wirePut :: FieldType -> Event -> Put #
wirePutWithSize :: FieldType -> Event -> PutM WireSize #
wireGet :: FieldType -> Get Event #
wireGetPacked :: FieldType -> Get (Seq Event) #
textPut :: Event -> Output #
textGet :: Stream s Identity Char => Parsec s () Event #
tellT :: String -> Event -> Output #
getT :: Stream s Identity Char => String -> Parsec s () Event #
getMessageInfo :: Event -> GetMessageInfo #
reflectDescriptorInfo :: Event -> DescriptorInfo #
mergeAppend :: Event -> Event -> Event #
mergeConcat :: Foldable t => t Event -> Event #
defaultValue :: Event #
getVal :: msg' -> (msg' -> Event) -> Event #
isSet :: msg' -> (msg' -> Event) -> Bool #