Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data SpanExporter Source #
spanExporterExport :: SpanExporter -> Batch (Span Attrs) -> (SpanExportResult -> IO ()) -> IO () Source #
spanExporterShutdown :: SpanExporter -> IO () Source #
spanExporterForceFlush :: SpanExporter -> IO () Source #
data SpanExportResult Source #
Instances
Show SpanExportResult Source # | |
Defined in OTel.SDK.Trace.Internal showsPrec :: Int -> SpanExportResult -> ShowS # show :: SpanExportResult -> String # showList :: [SpanExportResult] -> ShowS # | |
Eq SpanExportResult Source # | |
Defined in OTel.SDK.Trace.Internal (==) :: SpanExportResult -> SpanExportResult -> Bool # (/=) :: SpanExportResult -> SpanExportResult -> Bool # |
data SpanExporterSpec Source #
spanExporterSpecExport :: SpanExporterSpec -> Batch (Span Attrs) -> (SpanExportResult -> IO ()) -> SpanExporterM () Source #
data SpanExporterM a Source #