| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 12:44:10 GMT
X-Served-By: cache-dfw-kdal2120126-DFW, cache-bom-vanm7210058-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768653850.140050,VS0,VE304
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
opentracing: OpenTracing for Haskell
opentracing: OpenTracing for Haskell
Modules
[Index] [Quick Jump]
Downloads
- opentracing-0.3.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.0.1 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson (>=1.1), async (>=2.1), base (>=4.9 && <5), base64-bytestring (>=1.0), bytestring (>=0.10), case-insensitive (>=1.2), clock (>=0.7), containers (>=0.5), http-types (>=0.9), iproute (>=1.7), lens (>=4.19), mtl (>=2.2), mwc-random (>=0.13), network (>=2.8), safe-exceptions (>=0.1), semigroups (>=0.18), stm (>=2.4), text (>=1.2), time (>=1.6), transformers (>=0.5), unordered-containers (>=0.2), uri-bytestring (>=0.2), vinyl (>=0.9) [details] |
| License | Apache-2.0 |
| Copyright | Copyright (c) 2017-2023 Kim Altintop |
| Author | Kim Altintop |
| Maintainer | Kim Altintop <kim@eagain.io> |
| Uploaded | by KimAltintop at 2025-02-25T16:56:22Z |
| Home page | https://github.com/kim/opentracing |
| Bug tracker | https://github.com/kim/opentracing/issues |
| Source repo | head: git clone git@github.com:kim/opentracing.git |
| Distributions | NixOS:0.3.0.1 |
| Reverse Dependencies | 6 direct, 0 indirect [details] |
| Downloads | 1198 total (25 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2025-02-25 [all 1 reports] |
Readme for opentracing-0.3.0.1
[back to package description]OpenTracing
The OpenTracing spec defines a platform agnostic approach for distributed tracing. Distributed tracing gives us insights into how complex programs spread across multiple processes are performing together.
This package provides a core implementation of the OpenTracing spec. It includes functionality to
-
Create
Spans describing application code executions, includingTags andLogRecords -
Serialize and deserialize
SpanContexts across process boundaries -
Batch and log
FinishedSpans
It does not provide any functionality for consuming Spans. There are platform specific
backends (CloudTrace, Zipkin, Jaeger, etc) that are provided in other packages.