swift-otel
swift-otel copied to clipboard
OpenTelemetry client built for server-side Swift
- Includes checking support for OTel spec env vars
@slashmo I'm struggling to test the scenario where the exporter triggers an export after a timeout - if the queue is not full yet _Originally posted by @Joannis in https://github.com/slashmo/swift-otel/issues/117#issuecomment-2381295209_...
Right now if you want to bootstrap the logging, metrics, and tracing systems you require the following code, which we also show in the HTTP server example:[^1] [^1]: https://github.com/slashmo/swift-otel/blob/main/Examples/Server/Sources/ServerExample/ServerExample.swift ```swift...
Remove ServiceLifecycle.Service conformance from public types not meant to be run by the adopter. This has caused confusion for me, it wasn't clear which public types that conform to Service...