open-telemetry / opentelemetry-swift

OpenTelemetry API for Swift
https://opentelemetry.io/docs/instrumentation/swift/
Apache License 2.0
221 stars 145 forks source link

Update the Events API to match updated spec #560

Open alolita opened 3 months ago

alolita commented 3 months ago

The Swift Events API needs to be updated to comply with the OTel specification. See https://opentelemetry.io/docs/specs/otel/logs/event-api/

atreat commented 1 month ago

This looks to have changed to be part of the Logs API directly

https://github.com/open-telemetry/oteps/pull/265

OpenTelemetry SHOULD provide a (user-facing) Logs API that includes the capability to emit OpenTelemetry Events.