swift-otel icon indicating copy to clipboard operation
swift-otel copied to clipboard

OpenTelemetry client built for server-side Swift

Results 54 swift-otel issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.1. Release notes Sourced from actions/cache's releases. v4.1.1 What's Changed Restore original behavior of cache-hit output by @​joshmgross in actions/cache#1467 Full Changelog: https://github.com/actions/cache/compare/v4.1.0...v4.1.1 v4.1.0 What's...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.1. Release notes Sourced from actions/checkout's releases. v4.2.1 What's Changed Check out other refs/* by commit if provided, fall back to ref by @​orhantoy in...

dependencies

Getting errors when trying to make build with static linked SDK following [this guide](https://www.swift.org/documentation/articles/static-linux-getting-started.html) and getting error: ``` .build/checkouts/swift-otel/Sources/OTel/Configuration/OTelEnvironment.swift:15:12: error: no such module 'Glibc' 13 | 14 | #if os(Linux)...

I hope this can be considered as a general improvement for the library. After testing with Heaptrack when trying to track down a memleak in my application, I found an...

### Motivation Following discussions with maintainers and stakeholders, we'd like to rework (and reduce) the public API surface of this package to support the 1.0 release. We'd like for this...

Following discussions in the Swift OTel contributors meeting we've defined a breakdown of items to complete for the 1.0 release, which are tracked here as an umbrella issue. The items...

Hi there 👋🏻 I noticed that the log handler in `OTelResourceDetection` is being overridden with `StreamLogHandler`, which makes it ignores the handler being created in `LoggingSystem.bootstrap` https://github.com/swift-otel/swift-otel/blob/b811d52fc5747b0a7f9f95e984390395268cc533/Sources/OTel/Resource/OTelResourceDetection.swift#L49 Is this behaviour...

This is a suggestion for the 1.0 roadmap - once there's full support for exporting logs over OTLP, there still remains the need for a service to emit at least...