From 018f3b38a6126f958a294ea1a3fd957b8363fb82 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 4 May 2025 22:52:19 +0300 Subject: [PATCH] docs(snix/docs/TODO): drop object_store o11y TODO Migrated to #133. Change-Id: Ia4e23c082b14268b314fa5bd9cbaab3bae1e7d90 Reviewed-on: https://cl.snix.dev/c/snix/+/30475 Tested-by: besadii Reviewed-by: Jonas Chevalier Autosubmit: Florian Klink --- snix/docs/src/TODO.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/snix/docs/src/TODO.md b/snix/docs/src/TODO.md index 684d551fe..ea396918f 100644 --- a/snix/docs/src/TODO.md +++ b/snix/docs/src/TODO.md @@ -104,8 +104,3 @@ Extend the other pages in here. Some ideas on what should be tackled: parameters for chunking blobservices. Think where this would fit in. - Rework the URL syntax for object_store. We should support the default s3/gcs URLs at least. - -### O11Y - - Trace propagation for object_store once they support a way to register a - middleware, so we can use that to register a tracing middleware. - https://github.com/apache/arrow-rs/issues/5990