Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Conversation

@juliusv
Copy link
Member

@juliusv juliusv commented Dec 6, 2018

This also required completely re-doing the tests using the excellent
CollectAndCompare() from the new client_golang, which uncovered a bug in
HAProxy exporter when scraping old HAProxy versions that did not have all CSV
fields (some metrics would be randomly missing in the output because we broke
out of a loop in a non-deterministic way).

Fixes #43

Signed-off-by: Julius Volz [email protected]

@juliusv juliusv force-pushed the const-metrics branch 3 times, most recently from 748066b to dcfba92 Compare December 6, 2018 05:18
@SuperQ
Copy link
Member

SuperQ commented Dec 6, 2018

Very nice. I'm not crazy about moving to an un-released version of client_golang, but the testing ability is great.

@SuperQ SuperQ requested a review from grobie December 6, 2018 10:49
Copy link
Member

@SuperQ SuperQ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

This also required completely re-doing the tests using the excellent
CollectAndCompare() from the new client_golang, which uncovered a bug in
HAProxy exporter when scraping old HAProxy versions that did not have all CSV
fields (some metrics would be randomly missing in the output because we broke
out of a loop in a non-deterministic way).

Fixes #43

Signed-off-by: Julius Volz <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants