[ANN] OpenTelemetry 1.0 release
Haskell Community [Unofficial]
May 30, 2026
Thanks for bringing OpenTelemetry to Haskell!
Is there any guide for adding telemetry to existing Haskell apps?
In my case, I just want to add some telemetry to a Haskell game (swarm) that has slowly grown too complex for print debugging. It’s mostly either pure functions or fused-effects, with some MTL.
Where am I supposed to add OpenTelemetry? New effect? Global singleton? Or a field in “big App record?”
Sorry for straying from the announcement, I am just hoping you might have answers.
Discussion in the ATmosphere