slashmo / swift-otel-xray

AWS X-Ray support for Swift OTel

Home Page:https://swiftpackageindex.com/slashmo/swift-otel-xray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X-Ray Support for OpenTelemetry Swift

CI Swift support Made for Swift Distributed Tracing

This library adds support for AWS X-Ray to OpenTelemetry Swift.

Development

Formatting

To ensure a consitent code style we use SwiftFormat. To automatically run it before you push to GitHub, you may define a pre-push Git hook executing the soundness script:

echo './scripts/soundness.sh' > .git/hooks/pre-push
chmod +x .git/hooks/pre-push

About

AWS X-Ray support for Swift OTel

https://swiftpackageindex.com/slashmo/swift-otel-xray

License:Apache License 2.0


Languages

Language:Swift 85.2%Language:Shell 14.8%