garage/src/rpc
Jakub Jirutka d2deee0b8b Declare garage crates using workspace.dependencies
This will allow to really disable "sled" feature without declaring
`default-features = false` in every Cargo.toml where garage_db and
garage_model is used.

See https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table
2023-05-09 08:46:15 +00:00
..
Cargo.toml Declare garage crates using workspace.dependencies 2023-05-09 08:46:15 +00:00
consul.rs More clippy fixes 2023-01-26 17:26:32 +01:00
kubernetes.rs Add TLS support for Consul discovery + refactoring 2022-10-18 18:38:20 +02:00
layout.rs Make it explicit when using nonversioned encoding 2023-01-03 15:27:36 +01:00
lib.rs Add local disk usage to exported prometheus metrics 2023-01-26 15:30:36 +01:00
metrics.rs RPC performance changes 2022-09-19 20:31:00 +02:00
replication_mode.rs Refactor health check and add ability to return it in json 2022-12-05 15:28:57 +01:00
ring.rs Improve how node roles are assigned in Garage 2021-11-16 16:05:53 +01:00
rpc_helper.rs PollRange: add extra RPC delay after quorum is achieved, 2023-01-11 16:12:07 +01:00
system.rs More clippy fixes 2023-01-26 17:26:32 +01:00
system_metrics.rs rpc/system_metrics.rs: Added rustversion label to garage_build_info metric. 2023-03-10 14:46:44 +00:00