datadog-0.3.0.0: Datadog client for Haskell. Supports both the HTTP API and StatsD.
Safe HaskellNone
LanguageHaskell2010

Network.Datadog.Host

Description

Controls host muting in Datadog.

Synopsis

Documentation

muteHost :: Environment -> Text -> Maybe UTCTime -> Bool -> IO () Source #

Do not allow alerts to trigger on a specific host

unmuteHost :: Environment -> Text -> IO () Source #

Allow alerts to trigger on a specific host