about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-10-18T11·33+0200
committerclbot <clbot@tvl.fyi>2024-10-18T21·45+0000
commit47efebfc6fcbce028c0f3df5f9d584119e8e8ffe (patch)
treeaf8ff3d204783ea505d50cc8fb412df075c36f37
parentbd6894d265738ca7463922d39cbc128c5dc0e6ec (diff)
docs(tvix/TODO): add instance_name idea for stores r/8834
Change-Id: If14f81ca7180109195f35352b0f43b8d997176cd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12660
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: edef <edef@edef.eu>
Tested-by: BuildkiteCI
-rw-r--r--tvix/docs/src/TODO.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md
index b0fdc68a8b6d..033a6bfc4aaf 100644
--- a/tvix/docs/src/TODO.md
+++ b/tvix/docs/src/TODO.md
@@ -186,6 +186,10 @@ This requires some more designing. Some goals:
      - Maybe add a ?cache=$other_url parameter support to the URL syntax, to
        easily wrap a store with a caching frontend, using $other_url as the
       "near" store URL.
+    - Each store should get its instance name passed down, and add this as a
+      field in the instrumentation calls. This causes log messages and
+      per-instance store metrics to be traceable back to the specific instance
+      (if multiple backends of the same type are present).
 
 ### Store Config
    There's already serde for some store options (bigtable uses `serde_qs`).