From aa68172fa513533b2511d91372c7cc72458f9b6e Mon Sep 17 00:00:00 2001 From: Konrad `ktoso` Malawski Date: Sat, 20 Jul 2024 07:14:48 +0900 Subject: [PATCH] Update adoption status a bit (#149) --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 609902e..832cee3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ Compatible `Tracer` implementations: | Library | Status | Description | | ------- |----------------------------| ----------- | | [@slashmo](https://github.com/slashmo) / [Swift **OTel**](https://github.com/slashmo/swift-otel) | 🟢 Updated for 1.0 | Exports spans to [**OpenTelemetry Collector**](https://opentelemetry.io/docs/collector/); Compatible with **Zipkin**, **X-Ray** **Jaeger**, and more. | -| [@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! @@ -43,14 +42,6 @@ As this API package was just released, no projects have yet fully adopted it, th | [Vapor](https://github.com/vapor/vapor) | Tracing | [Support planned](https://github.com/vapor/vapor/issues/3033) | | _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! ---