unified-storage: distributor instructions and fix race condition (#105630)

* update unified storage README with instructions on how to run the distributor locally and fix race condition causing the server to crash on startup randomly
This commit is contained in:
Will Assis
2025-05-20 14:46:33 +03:00
committed by GitHub
parent 03f1bb950b
commit 3d1eac754b
2 changed files with 196 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ const (
)
var dependencyMap = map[string][]string{
MemberlistKV: {InstrumentationServer},
StorageRing: {InstrumentationServer, MemberlistKV},
GrafanaAPIServer: {InstrumentationServer},
StorageServer: {InstrumentationServer, StorageRing},