global: address -> addr rename

This commit is contained in:
nym21
2026-03-17 11:01:21 +01:00
parent 5609e6c010
commit f62943199c
141 changed files with 3788 additions and 3754 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ fn main() -> brk_client::Result<()> {
let client = BrkClient::new("http://localhost:3110");
// Get the metrics catalog tree
let tree = client.get_metrics_tree()?;
let tree = client.get_series_tree()?;
// Recursively collect all metrics
let metrics = collect_metrics(&tree, "");
@@ -58,7 +58,7 @@ fn main() -> brk_client::Result<()> {
let index_str = index.name();
let full_path = format!("{}.by.{}", metric.path, index_str);
match client.get_metric(
match client.get_series(
metric.name.as_str().into(),
*index,
None,