Module
Yoga.OpenTelemetry.Exporter.OTLP
- Package
- purescript-yoga-opentelemetry
- Repository
- rowtype-yoga/purescript-yoga-opentelemetry
#OTLPEndpoint Source
#OTLPExporterConfigImpl Source
type OTLPExporterConfigImpl :: Row Typetype OTLPExporterConfigImpl = (url :: OTLPEndpoint)
#createOTLPExporterImpl Source
createOTLPExporterImpl :: forall opts. EffectFn1 (Record opts) SpanExporter#createOTLPExporter Source
createOTLPExporter :: forall opts opts_. Union opts opts_ OTLPExporterConfigImpl => Record opts -> Effect SpanExporter