Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kim/opentracing
- Owner: kim
- License: apache-2.0
- Created: 2017-09-15T12:29:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T08:00:26.000Z (2 months ago)
- Last Synced: 2024-11-15T04:04:26.321Z (27 days ago)
- Topics: haskell, opentracing, tracing
- Language: Haskell
- Homepage:
- Size: 334 KB
- Stars: 40
- Watchers: 7
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - kim/opentracing - 10 star:0.0k fork:0.0k OpenTracing (https://opentracing.io) for Haskell (Haskell)
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).