-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Release 1.1.0 #1952
Merged
Merged
Release 1.1.0 #1952
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
bjk/update_build_1.1.0
branch
from
February 5, 2021 15:17
def6b8f
to
eff5efe
Compare
Rolling back to procfs v0.3.0 for now. |
SuperQ
force-pushed
the
bjk/update_build_1.1.0
branch
2 times, most recently
from
February 5, 2021 15:56
5d0c0d2
to
524163d
Compare
roidelapluie
reviewed
Feb 5, 2021
SuperQ
force-pushed
the
bjk/update_build_1.1.0
branch
from
February 5, 2021 17:04
524163d
to
d70ce36
Compare
I just noticed there were some naming convention issues with the network_route collector, since it's not released yet, I would like to fix those so we don't have to make breaking changes later. |
List minute bug fixes: |
* Update Build - Update CircleCI orb. - Update CIrcleCI Machine image. - Use golang-builder 1.15. * Update Go modules. * Fixup fixtures for XFS bug. NOTE: We have improved some of the flag naming conventions (PR #1743). The old names are deprecated and will be removed in 2.0. They will continue to work for backwards compatibility. * [CHANGE] Improve filter flag names #1743 * [CHANGE] Add btrfs and powersupplyclass to list of exporters enabled by default #1897 * [FEATURE] Add fibre channel collector #1786 * [FEATURE] Expose cpu bugs and flags as info metrics. #1788 * [FEATURE] Add network_route collector #1811 * [FEATURE] Add zoneinfo collector #1922 * [ENHANCEMENT] Add more InfiniBand counters #1694 * [ENHANCEMENT] Add flag to aggr ipvs metrics to avoid high cardinality metrics #1709 * [ENHANCEMENT] Adding backlog/current queue length to qdisc collector #1732 * [ENHANCEMENT] Include TCP OutRsts in netstat metrics #1733 * [ENHANCEMENT] Add pool size to entropy collector #1753 * [ENHANCEMENT] Remove CGO dependencies for OpenBSD amd64 #1774 * [ENHANCEMENT] bcache: add writeback_rate_debug stats #1658 * [ENHANCEMENT] Add check state for mdadm arrays via node_md_state metric #1810 * [ENHANCEMENT] Expose XFS inode statistics #1870 * [ENHANCEMENT] Expose zfs zpool state #1878 * [ENHANCEMENT] Added an ability to pass collector.supervisord.url via SUPERVISORD_URL environment variable #1947 * [BUGFIX] filesystem_freebsd: Fix label values #1728 * [BUGFIX] Fix various procfs parsing errors #1735 * [BUGFIX] Handle no data from powersupplyclass #1747 * [BUGFIX] udp_queues_linux.go: change upd to udp in two error strings #1769 * [BUGFIX] Fix node_scrape_collector_success behaviour #1816 * [BUGFIX] Fix NodeRAIDDegraded to not use a string rule expressions #1827 * [BUGFIX] Fix node_md_disks state label from fail to failed #1862 * [BUGFIX] Handle EPERM for syscall in timex collector #1938 * [BUGFIX] bcache: fix typo in a metric name #1943 * [BUGFIX] Fix XFS read/write stats (prometheus/procfs#343) Signed-off-by: Ben Kochie <superq@gmail.com>
roidelapluie
approved these changes
Feb 5, 2021
SuperQ
force-pushed
the
bjk/update_build_1.1.0
branch
from
February 5, 2021 20:23
d70ce36
to
a37d3f6
Compare
discordianfish
approved these changes
Feb 5, 2021
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.
Nice! 🔥 🚀
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update Build
Update Go modules.
NOTE: We have improved some of the flag naming conventions (PR Improve filter flag names. #1743). The old names are
deprecated and will be removed in 2.0. They will continue to work for backwards
compatibility.
[CHANGE] Improve filter flag names Improve filter flag names. #1743
[CHANGE] Add btrfs and powersupplyclass to list of exporters enabled by default add btrfs and powersupplyclass to list of exporters enabled by default #1897
[FEATURE] Add fibre channel collector Add fibre channel collector #1786
[FEATURE] Expose cpu bugs and flags as info metrics. Expose cpu bugs and flags as info metrics. #1788
[FEATURE] Add network_route collector add network_route collector #1811
[FEATURE] Add zoneinfo collector Add zoneinfo collector #1922
[ENHANCEMENT] Add more InfiniBand counters Add more IB counters #1694
[ENHANCEMENT] Add flag to aggr ipvs metrics to avoid high cardinality metrics add a flag to aggr ipvs metrics to avoid high cardinality metrics #1709
[ENHANCEMENT] Adding backlog/current queue length to qdisc collector Adding backlog/current queue length to qdisc collector #1732
[ENHANCEMENT] Include TCP OutRsts in netstat metrics Include TCP OutRsts in netstat metrics #1733
[ENHANCEMENT] Add pool size to entropy collector add pool size to entropy collector #1753
[ENHANCEMENT] Remove CGO dependencies for OpenBSD amd64 remove openbsd amd64 cgo dependecies #1774
[ENHANCEMENT] bcache: add writeback_rate_debug stats bcache: add writeback_rate_debug stats #1658
[ENHANCEMENT] Add check state for mdadm arrays via node_md_state metric Add check state for mdadm arrays via node_md_state metric #1810
[ENHANCEMENT] Expose XFS inode statistics Expose XFS inode statistics (#1869) #1870
[ENHANCEMENT] Expose zfs zpool state Expose zfs zpool state #1878
[ENHANCEMENT] Added an ability to pass collector.supervisord.url via SUPERVISORD_URL environment variable Added an ability to pass collector.supervisord.url via ENV vars #1947
[BUGFIX] filesystem_freebsd: Fix label values filesystem_freebsd: Fix label values #1728
[BUGFIX] Fix various procfs parsing errors Update prometheus/procfs #1735
[BUGFIX] Handle no data from powersupplyclass Handle no data from powersupplyclass #1747
[BUGFIX] udp_queues_linux.go: change upd to udp in two error strings udp_queues_linux.go: s/upd/udp/ in two error strings #1769
[BUGFIX] Fix node_scrape_collector_success behaviour Fix node_scrape_collector_success behaviour #1816
[BUGFIX] Fix NodeRAIDDegraded to not use a string rule expressions Fix NodeRAIDDegraded to not use a string rule expressions #1827
[BUGFIX] Fix node_md_disks state label from fail to failed fix: node_md_disks state label from fail to failed #1862
[BUGFIX] Handle EPERM for syscall in timex collector Handle EPERM for syscall in timex collector #1938
[BUGFIX] bcache: fix typo in a metric name bcache: fix typo #1943
[BUGFIX] Fix XFS read/write stats (Swap read and write stats for XFS procfs#343)
Signed-off-by: Ben Kochie superq@gmail.com