opentelemetry-0.8.0
Safe HaskellNone
LanguageHaskell2010

OpenTelemetry.Eventlog_Internal

Documentation

newtype MsgType #

Constructors

MsgType Word8 

Instances

Instances details
Show MsgType # 
Instance details

Defined in OpenTelemetry.Eventlog_Internal

pattern BEGIN_SPAN :: MsgType #

pattern END_SPAN :: MsgType #

pattern TAG :: MsgType #

pattern EVENT :: MsgType #

pattern SET_SPAN_ID :: MsgType #

checkSize :: Int -> m -> m #

traceBuilder :: MonadIO m => Builder -> m () #

createInstrument' :: forall (s :: Synchronicity) (a :: Additivity) (m :: Monotonicity). Instrument s a m -> String #

instrumentTag :: forall (s :: Synchronicity) (a :: Additivity) (m :: Monotonicity). Instrument s a m -> Int8 #

instrumentTagStr :: forall (s :: Synchronicity) (a :: Additivity) (m :: Monotonicity). Instrument s a m -> String #