# 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](https://github.com/iand675/hs-opentelemetry#readme) for a list of provided instrumentation libraries.
Examples of instrumented systems are available here: [Instrumentated application examples](https://github.com/iand675/hs-opentelemetry/blob/main/examples/README.md).
### Useful Links
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
- For more about OpenTelemetry Haskell: <https://github.com/iand675/hs-opentelemetry>