This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 220
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SuperQ
force-pushed
the
superq/haproxy_info
branch
from
May 19, 2020 17:49
4f1d6fa
to
bbc5557
Compare
SuperQ
force-pushed
the
superq/haproxy_info
branch
from
May 19, 2020 17:58
bbc5557
to
3fefcbd
Compare
grobie
reviewed
May 19, 2020
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.
Thanks!
SuperQ
force-pushed
the
superq/haproxy_info
branch
5 times, most recently
from
May 21, 2020 12:19
ed244dc
to
2cd1ddb
Compare
grobie
reviewed
May 21, 2020
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.
Thanks, looks good. One more question on the error handing.
SuperQ
force-pushed
the
superq/haproxy_info
branch
2 times, most recently
from
May 23, 2020 14:04
4f9faf1
to
d914a17
Compare
Add a new haproxy_version_info metric by running the "show info" command on the UNIX socket. This feature is not supported in HTTP mode. It will require some refactoring of the HTTP stats method to handle this. Signed-off-by: Ben Kochie <[email protected]>
SuperQ
force-pushed
the
superq/haproxy_info
branch
from
May 23, 2020 15:02
d914a17
to
acee375
Compare
grobie
approved these changes
May 24, 2020
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.
Thanks!
Merged
grobie
added a commit
that referenced
this pull request
Jun 21, 2020
* [CHANGE] Switch logging to go-kit #171 * [CHANGE] Fix metric types #182 * [CHANGE] Fix unit of time metric #183 * [FEATURE] Add filtering on server status #160 * [ENHANCEMENT] Add compression and server selection metrics #154 * [ENHANCEMENT] Add client/server abort metrics #167 * [ENHANCEMENT] Add version info metric (when using UNIX sockets) #180 Note: This release fixes the metric types of counters and renames the following metrics: * `haproxy_exporter_csv_parse_failures` -> `haproxy_exporter_csv_parse_failures_total` * `haproxy_exporter_total_scrapes` -> `haproxy_exporter_scrapes_total` * `haproxy_server_check_duration_milliseconds` -> `haproxy_server_check_duration_seconds` Signed-off-by: Tobias Schmidt <[email protected]>
grobie
added a commit
that referenced
this pull request
Jun 21, 2020
* [CHANGE] Switch logging to go-kit #171 * [CHANGE] Fix metric types #182 * [CHANGE] Fix unit of time metric #183 * [FEATURE] Add filtering on server status #160 * [ENHANCEMENT] Add compression and server selection metrics #154 * [ENHANCEMENT] Add client/server abort metrics #167 * [ENHANCEMENT] Add version info metric (when using UNIX sockets) #180 Note: This release fixes the metric types of counters and renames the following metrics: * `haproxy_exporter_csv_parse_failures` -> `haproxy_exporter_csv_parse_failures_total` * `haproxy_exporter_total_scrapes` -> `haproxy_exporter_scrapes_total` * `haproxy_server_check_duration_milliseconds` -> `haproxy_server_check_duration_seconds` Signed-off-by: Tobias Schmidt <[email protected]> Co-authored-by: Tobias Schmidt <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a new haproxy_version_info metric by running the "show info" command
on the UNIX socket.
This feature is not supported in HTTP mode. It will require some
refactoring of the HTTP stats method to handle this.
Signed-off-by: Ben Kochie [email protected]