elfo
elfo copied to clipboard
Label ordering matters
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