docs(tvix/TODO): add instance_name idea for stores
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
This commit is contained in:
parent
bd6894d265
commit
47efebfc6f
1 changed files with 4 additions and 0 deletions
|
@ -186,6 +186,10 @@ This requires some more designing. Some goals:
|
||||||
- Maybe add a ?cache=$other_url parameter support to the URL syntax, to
|
- 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
|
easily wrap a store with a caching frontend, using $other_url as the
|
||||||
"near" store URL.
|
"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
|
### Store Config
|
||||||
There's already serde for some store options (bigtable uses `serde_qs`).
|
There's already serde for some store options (bigtable uses `serde_qs`).
|
||||||
|
|
Loading…
Reference in a new issue