elfo icon indicating copy to clipboard operation
elfo copied to clipboard

Label ordering matters

Open loyd opened this issue 2 years ago • 0 comments

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

loyd avatar Apr 29 '22 11:04 loyd