servant-tracing-0.2.0.0
Safe HaskellNone
LanguageHaskell2010

Tracing.DataDog

Synopsis

Documentation

publishDataDog Source #

Arguments

:: MonadIO m 
=> String

The address of the backend server

-> Manager 
-> [Header] 
-> [Span]

The traced spans to send to a DataDog backend

-> m (Maybe (Response Text)) 

Publish Span in the DataDog format . No call is made on an empty span list

newtype DataDogSpan Source #

Constructors

DataDogSpan Span 

Instances

Instances details
ToJSON DataDogSpan Source # 
Instance details

Defined in Tracing.DataDog