-
Notifications
You must be signed in to change notification settings - Fork 321
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
adding unit tests for labelsets, metrics, and fingerprints types #167
Conversation
} | ||
}` | ||
var c testConfig | ||
err := json.Unmarshal([]byte(labelSetJSON), &c) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, it this code dead yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure I follow :).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if we still have code that uses this, and if not if we can delete it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll update the year in this file's license header
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you referring to the JSON Unmarshal specifically ? LabelSet is being used widely.
Signed-off-by: tariqibrahim <tariq181290@gmail.com>
Thanks! |
Allow user to specify HTTP and gRPC bind addresses (not just ports.) (Rebase of prometheus#153)
Signed-off-by: tariqibrahim tariq181290@gmail.com