Initial Commit
This library adds support for Jaeger to OpenTelemetry Swift.
To ensure a consistent 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:
pre-push
echo './scripts/soundness.sh' > .git/hooks/pre-push chmod +x .git/hooks/pre-push
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Jaeger Support for OpenTelemetry Swift
This library adds support for Jaeger to OpenTelemetry Swift.
Development
Formatting
To ensure a consistent 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: