iand675 / hs-opentelemetry

OpenTelemetry support for the Haskell programming language
https://iankduncan.com/projects/opentelemetry
BSD 3-Clause "New" or "Revised" License
73 stars 34 forks source link

http-client instrumentation using hooks #144

Open kakkun61 opened 3 months ago

kakkun61 commented 3 months ago

What

Why

How

Note

Cachix @sandydoo seems to implement a similar instrumentation.

https://github.com/cachix/hs-opentelemetry-instrumentation-http-client/

This PR includes diffs of #142.