Skip to content

platonic-io/haskell-opentracing

 
 

Repository files navigation

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.

About

Haskell libraries for OpenTracing.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.5%
  • Nix 0.5%