https://github.com/slashmo/swift-otel-jaeger
Jaeger support for OpenTelemetry Swift
https://github.com/slashmo/swift-otel-jaeger
Last synced: about 1 year ago
JSON representation
Jaeger support for OpenTelemetry Swift
- Host: GitHub
- URL: https://github.com/slashmo/swift-otel-jaeger
- Owner: slashmo
- License: apache-2.0
- Created: 2021-04-11T15:47:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-12T00:03:27.000Z (about 5 years ago)
- Last Synced: 2025-03-23T22:40:49.745Z (about 1 year ago)
- Language: Swift
- Homepage: https://slashmo.github.io/opentelemetry-swift-jaeger/
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Jaeger Support for OpenTelemetry Swift
[](https://swift.org)
[](https://github.com/apple/swift-distributed-tracing)
[](https://github.com/slashmo/opentelemetry-swift-jaeger/actions/workflows/ci.yaml)
This library adds support for [Jaeger](https://jaegertracing.io/) to [OpenTelemetry Swift](https://github.com/slashmo/opentelemetry-swift).
## Development
### Formatting
To ensure a consistent code style we use [SwiftFormat](https://github.com/nicklockwood/SwiftFormat).
To automatically run it before you push to GitHub, you may define a `pre-push` Git hook executing
the *soundness* script:
```sh
echo './scripts/soundness.sh' > .git/hooks/pre-push
chmod +x .git/hooks/pre-push
```