elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
265 stars 16 forks source link

Label ordering matters #54

Open loyd opened 2 years ago

loyd commented 2 years ago
register_gauge!("test", "a" => "a", "b" => "b");
register_gauge!("test", "b" => "b", "a" => "a");

rendered:

test{actor_group="reporters",a="a",b="b"} 0
test{actor_group="reporters",b="b",a="a"} 0