hriemann-0.3.3.4: A Riemann Client for Haskell
Safe HaskellNone
LanguageHaskell2010

Network.Monitoring.Riemann.Proto.Attribute

Documentation

data Attribute Source #

Constructors

Attribute 

Fields

Instances

Instances details
Eq Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

Data Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Attribute -> c Attribute #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Attribute #

toConstr :: Attribute -> Constr #

dataTypeOf :: Attribute -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Attribute) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Attribute) #

gmapT :: (forall b. Data b => b -> b) -> Attribute -> Attribute #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Attribute -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Attribute -> r #

gmapQ :: (forall d. Data d => d -> u) -> Attribute -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Attribute -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Attribute -> m Attribute #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Attribute -> m Attribute #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Attribute -> m Attribute #

Ord Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

Show Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

Generic Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

Associated Types

type Rep Attribute :: Type -> Type #

ToJSON Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Json

FromJSON Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Json

GPB Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

Wire Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

TextMsg Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

Methods

textPut :: Attribute -> Output #

textGet :: Stream s Identity Char => Parsec s () Attribute #

TextType Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

Methods

tellT :: String -> Attribute -> Output #

getT :: Stream s Identity Char => String -> Parsec s () Attribute #

ReflectDescriptor Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

Mergeable Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

Default Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

MessageAPI msg' (msg' -> Attribute) Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

Methods

getVal :: msg' -> (msg' -> Attribute) -> Attribute #

isSet :: msg' -> (msg' -> Attribute) -> Bool #

type Rep Attribute Source # 
Instance details

Defined in Network.Monitoring.Riemann.Proto.Attribute

type Rep Attribute = D1 ('MetaData "Attribute" "Network.Monitoring.Riemann.Proto.Attribute" "hriemann-0.3.3.4-5Mo8Bdstlip6hrT6KwF3SQ" 'False) (C1 ('MetaCons "Attribute" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Utf8) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe Utf8))))