-
Notifications
You must be signed in to change notification settings - Fork 349
Comparing changes
Open a pull request
base repository: prometheus/procfs
base: v0.11.0
head repository: prometheus/procfs
compare: v0.11.1
- 8 commits
- 19 files changed
- 4 contributors
Commits on Jun 18, 2023
-
Update common Prometheus files (#537)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 45f8bbf - Browse repository at this point
Copy the full SHA 45f8bbfView commit details
Commits on Jul 1, 2023
-
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for e5567b2 - Browse repository at this point
Copy the full SHA e5567b2View commit details
Commits on Jul 2, 2023
-
Bump golang.org/x/sync from 0.2.0 to 0.3.0 (#541)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.2.0 to 0.3.0. - [Commits](golang/sync@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5e8c988 - Browse repository at this point
Copy the full SHA 5e8c988View commit details -
Bump golang.org/x/sys from 0.8.0 to 0.9.0 (#542)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.8.0 to 0.9.0. - [Commits](golang/sys@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46aea31 - Browse repository at this point
Copy the full SHA 46aea31View commit details
Commits on Jul 10, 2023
-
Increase Stat() buffer size (#547)
Increase the /proc/stat scanner tokens size from the default of 65k to 1024k. This allows for scanning of large `intr` lines with > 65k columns. * Increase the scanner buffer from the default 4kB to 8kB bytes at a time. Fixes: #546 Signed-off-by: SuperQ <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4b2218e - Browse repository at this point
Copy the full SHA 4b2218eView commit details
Commits on Jul 17, 2023
-
Cleanup various linting issues (#548)
Fix up minor issues found by newer golangci-lint. * Remove unused params. * Fix unused-parameter issues. * Fix redefines-builtin-id issues. Signed-off-by: SuperQ <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9684daf - Browse repository at this point
Copy the full SHA 9684dafView commit details -
Update common Prometheus files (#551)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 156bf8d - Browse repository at this point
Copy the full SHA 156bf8dView commit details
Commits on Jul 26, 2023
-
Custom build tag "nostatfs" disables statfs (#553)
This allows users to specify the "nostatfs" build tag to disable this feature if needed. In our case, we are using Tamago (https://github.com/usbarmory/tamago), which does not support syscall.Statfs. Without this change attempting to build returns 'undefined: syscall.Statfs' and 'undefined: syscall.Statfs_t'. With this change, we can build successfully build our tamago executables provided that "nostatfs" is added to the build tags. This option seems preferable to adding "tamago" as a build tag here, and will scale to other use cases too. Signed-off-by: Martin Hutchinson <mhutchinson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 113c501 - Browse repository at this point
Copy the full SHA 113c501View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.11.0...v0.11.1