datadog-0.2.2.0: Datadog client for Haskell. Supports both the HTTP API and StatsD.

Safe HaskellNone
LanguageHaskell2010

Network.Datadog.Metrics

Documentation

class HasName s a | s -> a where Source #

Minimal complete definition

name

Methods

name :: Lens' s a Source #

class HasPoints s a | s -> a where Source #

Minimal complete definition

points

Methods

points :: Lens' s a Source #

class HasTags s a | s -> a where Source #

Minimal complete definition

tags

Methods

tags :: Lens' s a Source #

class HasHost s a | s -> a where Source #

Minimal complete definition

host

Methods

host :: Lens' s a Source #