Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OpenTelemetry.Exporter
Description
Deprecated: use OpenTelemetry.Exporter.Span instead
Documentation
type Exporter a = SpanExporter Source #
data SpanExporter where Source #
Bundled Patterns
pattern Exporter :: (HashMap InstrumentationLibrary (Vector ImmutableSpan) -> IO ExportResult) -> IO () -> Exporter ImmutableSpan |
data ExportResult Source #
Constructors
Success | |
Failure (Maybe SomeException) |