Skip to content

Commit 7c5943f

Browse files
ktososlashmo
andauthored
Update the adoption tables (#131)
Co-authored-by: Moritz Lang <hi@slashmo.codes>
1 parent 49b7617 commit 7c5943f

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Compatible `Tracer` implementations:
2727

2828
| Library | Status | Description |
2929
| ------- |----------------------------| ----------- |
30-
| [@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. |
31-
| [@pokrywka](https://github.com/pokryfka) / [AWS **xRay** SDK Swift](https://github.com/pokryfka/aws-xray-sdk-swift) | Not updated for 1.0 | ... |
30+
| [@slashmo](https://github.com/slashmo) / [Swift **OTel**](https://github.com/slashmo/swift-otel) | 🟡 Update for 1.0 in progress | Exports spans to [**OpenTelemetry Collector**](https://opentelemetry.io/docs/collector/); Compatible with **Zipkin**, **X-Ray** **Jaeger**, and more. |
31+
| [@pokrywka](https://github.com/pokryfka) / [AWS **xRay** SDK Swift](https://github.com/pokryfka/aws-xray-sdk-swift) | 🟠 Not updated for 1.0 | ... |
3232
| _Your library?_ | ... | [Get in touch!](https://forums.swift.org/c/server/43) |
3333

3434
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!
@@ -37,12 +37,20 @@ If you know of any other library please send in a [pull request](https://github.
3737

3838
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.
3939

40-
| Library | Integrates | Status |
40+
| HTTP Servers/Frameworks | Integrates | Status |
4141
|--------------------------|----------------|-------------------------------------------------------|
42-
| AsyncHTTPClient | Tracing | Pending |
43-
| Swift gRPC | Tracing | Pending |
42+
| [Hummingbird](https://github.com/hummingbird-project/hummingbird) | Tracing | 🟢 Built-in support |
43+
| [Vapor](https://github.com/vapor/vapor) | Tracing | [Support planned](https://github.com/vapor/vapor/issues/3033) |
4444
| _Your library?_ | ... | [Get in touch!](https://forums.swift.org/c/server/43) |
4545

46+
47+
| Client libraries | | |
48+
| ------------------------- | -------------- | ----------------------------------------------------- |
49+
| AsyncHTTPClient | Tracing | 🟠 Pending |
50+
| Swift gRPC | Tracing | 🟠 Pending |
51+
| Swift Distributed Cluster | Tracing | 🟠 Pending |
52+
| _Your library?_ | ... | [Get in touch!](https://forums.swift.org/c/server/43) |
53+
4654
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!
4755

4856
---

0 commit comments

Comments
 (0)