aws-xray-client-wai: A client for AWS X-Ray integration with WAI.

[ library, mit, unclassified ] [ Propose Tags ]

Works with `aws-xray-client` to enable X-Ray tracing with WAI.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Change log CHANGELOG.md
Dependencies aws-xray-client (>=0.1.0.2), base (>=4.11.1.0 && <5), bytestring (>=0.10.8.2), containers (>=0.5.11.0), http-types (>=0.12.2), lens (>=4.16.1), random (>=1.1), text (>=1.2.3.1), time (>=1.8.0.2), unliftio (>=0.2.9.0), unliftio-core (>=0.1.2.0), vault (>=0.3.1.2), wai (>=3.2.1.2) [details]
License MIT
Copyright 2021 Renaissance Learning Inc
Author Freckle R&D
Maintainer engineering@freckle.com
Home page https://github.com/freckle/aws-xray-client#readme
Bug tracker https://github.com/freckle/aws-xray-client/issues
Source repo head: git clone https://github.com/freckle/aws-xray-client
Uploaded by PatrickBrisbin at 2022-04-06T15:45:36Z
Distributions LTSHaskell:0.1.0.2, NixOS:0.1.0.2, Stackage:0.1.0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 820 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-04-06 [all 1 reports]

Readme for aws-xray-client-wai-0.1.0.2

[back to package description]

aws-xray-client-wai

A Haskell client for integrating AWS X-Ray with WAI.

To configure this, you will need to configure a import Network.AWS.XRayClient.WAI.XRayClientConfig). You can use xrayClientConfig :: Text -> XRayClientConfig to create a default configuration, given just an app name.

xrayTraceMiddleware then accepts XRayClientConfig to create WAI middleware.