hs-opentelemetry-sdk: OpenTelemetry SDK for use in applications.

[ bsd3, library, metrics, monitoring, observability, opentelemetry, telemetry ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.0.2.0, 0.0.2.2, 0.0.3.0, 0.0.3.1, 0.0.3.3, 0.0.3.4, 0.0.3.5, 0.0.3.6
Change log ChangeLog.md
Dependencies async, base (>=4.7 && <5), bytestring, hs-opentelemetry-api, hs-opentelemetry-exporter-otlp, hs-opentelemetry-propagator-w3c, http-types, mwc-random, network-bsd, random, random-bytestring, stm, text, unagi-chan, unix, unordered-containers, vector, vector-builder [details]
License BSD-3-Clause
Copyright 2021 Ian Duncan
Author Ian Duncan
Maintainer ian@iankduncan.com
Category OpenTelemetry, Telemetry, Monitoring, Observability, Metrics
Home page https://github.com/iand675/hs-opentelemetry#readme
Bug tracker https://github.com/iand675/hs-opentelemetry/issues
Source repo head: git clone https://github.com/iand675/hs-opentelemetry
Uploaded by IanDuncan at 2021-12-01T14:33:12Z
Distributions NixOS:0.0.3.6
Reverse Dependencies 6 direct, 0 indirect [details]
Downloads 908 total (41 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-12-01 [all 1 reports]

Readme for hs-opentelemetry-sdk-0.0.1.0

[back to package description]

OpenTelemetry SDK for Haskell

This package provides everything a functioning implementation of the OpenTelemetry the API, useful for exporting a variety of tracing, logging, and metric data.

Install Dependencies

Add hs-opentelemetry-sdk to your package.yaml or Cabal file.

Trace Your Code

Visit the GitHub project for a list of provided instrumentation libraries.

Examples of instrumented systems are available here: Instrumentated application examples.