From d7f3a2a833b7468ec5504851d4d1ba0e282056ff Mon Sep 17 00:00:00 2001 From: Joannis Orlandos Date: Sat, 18 Nov 2023 14:31:18 +0100 Subject: [PATCH] Update README with the status of Swift-OTel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b072c99..609902e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Compatible `Tracer` implementations: | Library | Status | Description | | ------- |----------------------------| ----------- | -| [@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. | +| [@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) |