Go to file
Moritz Lang b25b8b2555
Handle missing sample flag as empty trace flags
2023-05-07 14:44:23 +07:00
.github/workflows Update to use apple/swift-distributed-tracing 1.0.0-beta.2. (#10) 2023-05-07 14:21:25 +07:00
Sources/OpenTelemetryXRay Handle missing sample flag as empty trace flags 2023-05-07 14:44:23 +07:00
Tests/OpenTelemetryXRayTests Handle missing sample flag as empty trace flags 2023-05-07 14:44:23 +07:00
scripts Initial Commit 🐾 2021-03-31 22:19:50 +02:00
.gitignore Update to use apple/swift-distributed-tracing 1.0.0-beta.2. (#10) 2023-05-07 14:21:25 +07:00
.swiftformat Initial Commit 🐾 2021-03-31 22:19:50 +02:00
CODE_OF_CONDUCT.md Add Code of Conduct 2021-04-01 08:50:50 +02:00
LICENSE.txt Add License (Apache-2.0) 2021-04-01 08:51:10 +02:00
Mintfile Add Mintfile to install SwiftFormat 2021-04-01 08:51:31 +02:00
Package.swift Update to use apple/swift-distributed-tracing 1.0.0-beta.2. (#10) 2023-05-07 14:21:25 +07:00
README.md Update to use apple/swift-distributed-tracing 1.0.0-beta.2. (#10) 2023-05-07 14:21:25 +07:00

README.md

X-Ray Support for OpenTelemetry Swift

CI Swift 5.7 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