mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
docs(obs): inventory ecstore dependency boundary (#4023)
This commit is contained in:
@@ -41,7 +41,8 @@ rustfs-config = { workspace = true, features = ["constants", "observability"] }
|
||||
# The obs crate imports types from ecstore for metrics collection.
|
||||
# Breaking this dependency would require defining traits in obs and
|
||||
# implementing them in ecstore, which is a significant refactoring.
|
||||
# See https://github.com/rustfs/backlog/issues/735 for discussion.
|
||||
# See docs/architecture/obs-ecstore-dependency-inventory.md and
|
||||
# https://github.com/rustfs/backlog/issues/735 for discussion.
|
||||
rustfs-ecstore = { workspace = true }
|
||||
rustfs-iam = { workspace = true }
|
||||
rustfs-io-metrics = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user