instana-haskell-trace-sdk-0.2.0.0: SDK for adding custom Instana tracing support to Haskell applications.

Safe HaskellNone
LanguageHaskell2010

Instana.SDK.Span.NonRootEntry

Description

 
Synopsis

Documentation

data NonRootEntry Source #

An entry span that is not the root span of a trace.

Constructors

NonRootEntry 

Fields

addData :: Value -> NonRootEntry -> NonRootEntry Source #

Add a value to the span's data section.

addToErrorCount :: Int -> NonRootEntry -> NonRootEntry Source #

Add to the error count.