Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label ordering matters #54

Open
loyd opened this issue Apr 29, 2022 · 0 comments
Open

Label ordering matters #54

loyd opened this issue Apr 29, 2022 · 0 comments
Assignees
Labels
A-telemeter Area: The elfo-telemeter crate. C-bug Category: This is a bug.

Comments

@loyd
Copy link
Collaborator

loyd commented Apr 29, 2022

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 loyd added C-bug Category: This is a bug. A-telemeter Area: The elfo-telemeter crate. labels Apr 29, 2022
@loyd loyd self-assigned this Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-telemeter Area: The elfo-telemeter crate. C-bug Category: This is a bug.
Projects
None yet
Development

No branches or pull requests

1 participant