eventuo11y-otel-0.1.0.2: eventuo11y-otel.cabal
cabal-version: 3.0
name: eventuo11y-otel
version: 0.1.0.2
synopsis: OpenTelemetry-based rendering for eventuo11y
description:
Render [eventuo11y](https://hackage.haskell.org/package/eventuo11y) 'Observe.Event.Event's
to OpenTelemetry traces.
bug-reports: https://github.com/shlevy/eventuo11y/issues
license: Apache-2.0
license-file: LICENSE
author: Shea Levy
maintainer: shea@shealevy.com
copyright: Copyright 2023 Shea Levy.
category: Observability
extra-source-files: CHANGELOG.md
tested-with: GHC == { 8.10.7, 9.2.4 }
source-repository head
type: git
location: https://github.com/shlevy/eventuo11y
library
exposed-modules:
Observe.Event.Render.OpenTelemetry
build-depends:
, base ^>= { 4.14, 4.16, 4.17 }
, eventuo11y ^>= { 0.7, 0.8, 0.9 }
, hs-opentelemetry-api ^>= { 0.0.3 }
, text ^>= { 1.2, 2.0 }
hs-source-dirs: src
default-language: Haskell2010