opentelemetry-extra-0.6.1

Safe HaskellNone
LanguageHaskell2010

OpenTelemetry.EventlogStreaming_Internal

Documentation

data OpenTelemetryEventlogEvent Source #

Instances
Eq OpenTelemetryEventlogEvent Source # 
Instance details

Defined in OpenTelemetry.EventlogStreaming_Internal

Show OpenTelemetryEventlogEvent Source # 
Instance details

Defined in OpenTelemetry.EventlogStreaming_Internal

Generic OpenTelemetryEventlogEvent Source # 
Instance details

Defined in OpenTelemetry.EventlogStreaming_Internal

Associated Types

type Rep OpenTelemetryEventlogEvent :: Type -> Type #

type Rep OpenTelemetryEventlogEvent Source # 
Instance details

Defined in OpenTelemetry.EventlogStreaming_Internal

type Rep OpenTelemetryEventlogEvent = D1 (MetaData "OpenTelemetryEventlogEvent" "OpenTelemetry.EventlogStreaming_Internal" "opentelemetry-extra-0.6.1-FScfpIqnq1Q3XlqEbIlE01" False) (((C1 (MetaCons "BeginSpanEv" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SpanInFlight) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SpanName)) :+: C1 (MetaCons "EndSpanEv" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SpanInFlight))) :+: (C1 (MetaCons "TagEv" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SpanInFlight) :*: (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 TagName) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 TagVal))) :+: C1 (MetaCons "EventEv" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SpanInFlight) :*: (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 EventName) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 EventVal))))) :+: ((C1 (MetaCons "SetParentEv" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SpanInFlight) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SpanContext)) :+: C1 (MetaCons "SetTraceEv" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SpanInFlight) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 TraceId))) :+: (C1 (MetaCons "SetSpanEv" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SpanInFlight) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SpanId)) :+: (C1 (MetaCons "DeclareInstrumentEv" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 InstrumentType) :*: (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 InstrumentId) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 InstrumentName))) :+: C1 (MetaCons "MetricCaptureEv" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 InstrumentId) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int))))))