statsd-datadog-0.2.0.0: DataDog-flavored StatsD client.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.StatsD.Datagram

Contents

Synopsis

Extensible serialization class.

newtype Datagram Source

Constructors

Datagram Builder 

Instances

Show Datagram

For debug purposes only.

ToDatagram Datagram 

renderDatagram :: ToDatagram a => a -> ByteString Source

Collect builder data and prepare it to be sent on a wire.

Some helpers.