https://github.com/kim/opentracing
OpenTracing (https://opentracing.io) for Haskell
https://github.com/kim/opentracing
haskell opentracing tracing
Last synced: 30 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T16:57:10.000Z (2 months ago)
- Last Synced: 2025-03-29T11:08:57.502Z (about 1 month ago)
- Topics: haskell, opentracing, tracing
- Language: Haskell
- Homepage:
- Size: 342 KB
- Stars: 40
- Watchers: 6
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - kim/opentracing - 02 star:0.0k fork:0.0k OpenTracing (https://opentracing.io) for Haskell (Haskell)
README
# OpenTracing for Haskell
[](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).