Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kim/opentracing

OpenTracing (https://opentracing.io) for Haskell
https://github.com/kim/opentracing

haskell opentracing tracing

Last synced: 19 days ago
JSON representation

OpenTracing (https://opentracing.io) for Haskell

Awesome Lists containing this project

README

        

# OpenTracing for Haskell

[![Build Status](https://github.com/kim/opentracing/actions/workflows/matrix.yaml/badge.svg)](https://github.com/kim/opentracing/actions/workflows/matrix.yaml)

[OpenTracing](http://opentracing.io) is an attempt to define a common API to
instrument code for
[Dapper](https://research.google.com/pubs/pub36356.html)-style distributed
tracing, abstracting over various implementations of this concept (such as
Twitter's [Zipkin](https://zipkin.io), Uber's
[Jaeger](https://uber.github.io/jaeger/), or even [Apache
HTrace](http://htrace.incubator.apache.org).