hs-opentelemetry-exporter-otlp

OpenTelemetry exporter supporting the standard OTLP protocol

https://github.com/iand675/hs-opentelemetry#readme

Stackage Nightly 2026-04-26:0.1.1.0
Latest on Hackage:0.1.1.0

See all snapshots hs-opentelemetry-exporter-otlp appears in

BSD-3-Clause licensed by Ian Duncan
Maintained by [email protected]
This version can be pinned in stack with:hs-opentelemetry-exporter-otlp-0.1.1.0@sha256:9d39bae1151afa0bcfca23db8076e3b9c4a4e0737d29c91512ecefac6af65189,1564

Module documentation for 0.1.1.0

hs-opentelemetry-exporter-otlp

Changes

Changelog for hs-opentelemetry-exporter-otlp

Unreleased

0.1.1.0

  • Complete loadExporterEnvironmentVariables implementation
  • Bump hs-opentelemetry-otlp dependency to 0.2

0.1.0.1

Added

  • TraceState support in OTLP span export
  • Proper encoding of traceState field in OTLP spans and span links
  • Full traceState preservation without HTTP header constraints

Changed

  • Span export now includes traceState information from span context
  • Span links export now includes traceState information from link context
  • Switched to encodeTraceStateFull to preserve all traceState entries in binary format

Dependencies

  • Added hs-opentelemetry-propagator-w3c dependency for traceState encoding

0.1.0.0

  • Export dropped span, link, event, and attribute counts
  • Add gzip compression support
  • Swallow errors from sending data to localhost

0.0.1.0

  • Initial release