Skip to content

Commit ae3ca81

Browse files
authored
Pull out cockroach-metrics, add minimal stats to inventory (#8426)
This PR directly follows the extraction from #8379 It pulls two of these metrics into inventory, where they will be used by the reconfigurator to decide if a Cockroach zone can be safely updated in #8441.
1 parent 7f1e07f commit ae3ca81

File tree

25 files changed

+860
-50
lines changed

25 files changed

+860
-50
lines changed

Cargo.lock

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cockroach-metrics/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ anyhow.workspace = true
99
chrono.workspace = true
1010
cockroach-admin-client.workspace = true
1111
futures.workspace = true
12+
parallel-task-set.workspace = true
13+
reqwest.workspace = true
1214
serde_json.workspace = true
1315
slog.workspace = true
1416
serde.workspace = true

0 commit comments

Comments
 (0)