BSD-3-Clause licensed by Ian Duncan
Maintained by [email protected]
This version can be pinned in stack with:hs-opentelemetry-instrumentation-co-log-1.0.0.0@sha256:4d6cf3925e7bc3746493db173591c5f0d255df0aa22780db846cb1e541d84e00,1846

Module documentation for 1.0.0.0

Provides LogAction values that forward co-log messages to the OpenTelemetry Logs pipeline with automatic trace correlation. Supports both the standard co-log Message type and arbitrary custom message types via a conversion function.

Changes

Changelog for hs-opentelemetry-instrumentation-co-log

1.0.0.0 - 2026-05-29

  • Promoted to 1.0.0.0 for the hs-opentelemetry 1.0 release.

0.1.0.0

  • Initial release.
  • Provides otelLogAction for co-log’s standard Message type and otelLogActionWith for arbitrary message types.
  • Severity mapping: DebugDebug, InfoInfo, WarningWarn, ErrorError.
  • Call-stack source location emitted as code.filepath, code.function.name, and code.lineno attributes.