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

Add instrumentation for tasty #149

Closed michaelpj closed 1 week ago

michaelpj commented 1 month ago

This adds spans for all of:

  1. Individual test cases
  2. Test groups
  3. Resource setup and teardown

It also correctly handles test parallelism.

michaelpj commented 1 week ago

@ocharles this is just the library that I wrote for us to use