Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 629 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 629 Bytes

Haskell & OpenTracing

This repository contains a Haskell ecosystem for the OpenTracing standard. In particular, we have

  • opentracing-client: A partial module for the OpenTracing standard (using Backpack).

  • jaeger-client: An implementation of opentracing-client that sends tracing to a Jaeger agent.

  • test-lib: An example library that uses opentracing-client.

  • test-exe: An example application that uses test-lib and combines it with jaeger-client.

  • wai-opentracing: Middleware that traces all WAI requests. The operation name of each span is the absolute path received to the middleware.