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

Release 1.1.0 #1952

Merged
merged 1 commit into from Feb 5, 2021
Merged

Release 1.1.0 #1952

merged 1 commit into from Feb 5, 2021

Conversation

SuperQ
Copy link
Member

@SuperQ SuperQ commented Feb 5, 2021

Signed-off-by: Ben Kochie superq@gmail.com

@SuperQ
Copy link
Member Author

SuperQ commented Feb 5, 2021

😬

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x8f6929]

goroutine 79 [running]:
github.com/prometheus/procfs.FS.NetUDP6Summary(0x7ffc346651b1, 0x17, 0x0, 0xc00040dca0, 0x2)
	/go/pkg/mod/github.com/prometheus/procfs@v0.4.0/net_udp.go:50 +0x169
github.com/prometheus/node_exporter/collector.(*udpQueuesCollector).Update(0xc00036c330, 0xc0003854a0, 0x110ea20, 0x0)
	/home/circleci/project/collector/udp_queues_linux.go:72 +0x26a
github.com/prometheus/node_exporter/collector.execute(0xc2f01f, 0xa, 0xd09900, 0xc00036c330, 0xc0003854a0, 0xd08fa0, 0xc0001d90e0)
	/home/circleci/project/collector/collector.go:153 +0x84
github.com/prometheus/node_exporter/collector.NodeCollector.Collect.func1(0xc0003854a0, 0xc0001d92f0, 0xd08fa0, 0xc0001d90e0, 0xc0001162a0, 0xc2f01f, 0xa, 0xd09900, 0xc00036c330)
	/home/circleci/project/collector/collector.go:144 +0x71
created by github.com/prometheus/node_exporter/collector.NodeCollector.Collect
	/home/circleci/project/collector/collector.go:143 +0x13c

@SuperQ
Copy link
Member Author

SuperQ commented Feb 5, 2021

Rolling back to procfs v0.3.0 for now.

@SuperQ SuperQ force-pushed the bjk/update_build_1.1.0 branch 2 times, most recently from 5d0c0d2 to 524163d Compare February 5, 2021 15:56
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
@SuperQ
Copy link
Member Author

SuperQ commented Feb 5, 2021

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.

@SuperQ SuperQ marked this pull request as draft February 5, 2021 17:05
@SuperQ
Copy link
Member Author

SuperQ commented Feb 5, 2021

* 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>
Copy link
Member

@discordianfish discordianfish left a comment

Choose a reason for hiding this comment

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

Nice! 🔥 🚀

@SuperQ SuperQ marked this pull request as ready for review February 5, 2021 22:51
@SuperQ SuperQ merged commit 0e74fbc into master Feb 5, 2021
@SuperQ SuperQ deleted the bjk/update_build_1.1.0 branch February 5, 2021 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants