apple / swift-distributed-tracing-extras

Apache License 2.0
32 stars 3 forks source link

Add OpenTelemetry semantic conventions #1

Closed slashmo closed 1 year ago

slashmo commented 2 years ago

Since we removed the OpenTelemetryTracingSupport library from the main Tracing project in 0.2.0, we should add it to this "extras" repository instead. This frees Swift Distributed Tracing from needing to be up-to-date with the semantic conventions defined in the OpenTelemetry specification.

See Also:

ktoso commented 2 years ago

for reference https://github.com/apple/swift-distributed-tracing/commit/fce1f7c91ad5a733500ea1cdd7ccd7aed9130536

slashmo commented 2 years ago

I'm currently working on this - PR coming soon.

ktoso commented 2 years ago

solves #11

ktoso commented 1 year ago

Very awesome, I think we've done all the main ones for now 🥳