Skip to content

Update the adoption tables #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 28, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Compatible `Tracer` implementations:

| Library | Status | Description |
| ------- |----------------------------| ----------- |
| [@slashmo](https://github.com/slashmo) / [**OpenTelemetry** Swift](https://github.com/slashmo/opentelemetry-swift) | Update for 1.0 in progress | Exports spans to OpenTelemetry Collector; **X-Ray** & **Jaeger** propagation available via extensions. |
| [@pokrywka](https://github.com/pokryfka) / [AWS **xRay** SDK Swift](https://github.com/pokryfka/aws-xray-sdk-swift) | Not updated for 1.0 | ... |
| [@slashmo](https://github.com/slashmo) / [**OpenTelemetry** Swift](https://github.com/slashmo/opentelemetry-swift) | 🟡 Update for 1.0 in progress | Exports spans to **OpenTelemetry Collector**; **Zipkin**, **X-Ray** and **Jaeger** compatible. |
| [@pokrywka](https://github.com/pokryfka) / [AWS **xRay** SDK Swift](https://github.com/pokryfka/aws-xray-sdk-swift) | 🟠 Not updated for 1.0 | ... |
| _Your library?_ | ... | [Get in touch!](https://forums.swift.org/c/server/43) |

If you know of any other library please send in a [pull request](https://github.com/apple/swift-distributed-tracing/compare) to add it to the list, thank you!
Expand All @@ -37,12 +37,19 @@ If you know of any other library please send in a [pull request](https://github.

As this API package was just released, no projects have yet fully adopted it, the following table for not serves as reference to prior work in adopting tracing work. As projects move to adopt tracing completely, the table will be used to track adoption phases of the various libraries.

| Library | Integrates | Status |
| HTTP Servers/Frameworks | Integrates | Status |
|--------------------------|----------------|-------------------------------------------------------|
| AsyncHTTPClient | Tracing | Pending |
| Swift gRPC | Tracing | Pending |
| [Hummingbird](https://github.com/hummingbird-project/hummingbird) | Tracing | 🟢 Built-in support |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

| _Your library?_ | ... | [Get in touch!](https://forums.swift.org/c/server/43) |


| Client libraries | | |
| ------------------------- | -------------- | ----------------------------------------------------- |
| AsyncHTTPClient | Tracing | 🟠 Pending |
| Swift gRPC | Tracing | 🟠 Pending |
| Swift Distributed Cluster | Tracing | 🟠 Pending |
| _Your library?_ | ... | [Get in touch!](https://forums.swift.org/c/server/43) |

If you know of any other library please send in a [pull request](https://github.com/apple/swift-distributed-tracing/compare) to add it to the list, thank you!

---
Expand Down