Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prometheus/procfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: prometheus/procfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.1
Choose a head ref
  • 8 commits
  • 19 files changed
  • 4 contributors

Commits on Jun 18, 2023

  1. Update common Prometheus files (#537)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Jun 18, 2023
    Configuration menu
    Copy the full SHA
    45f8bbf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Update common Prometheus files

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored and discordianfish committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    e5567b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. 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>
    dependabot[bot] authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    5e8c988 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    46aea31 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. 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>
    SuperQ authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4b2218e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. 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>
    SuperQ authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9684daf View commit details
    Browse the repository at this point in the history
  2. Update common Prometheus files (#551)

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    156bf8d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. 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>
    mhutchinson authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    113c501 View commit details
    Browse the repository at this point in the history
Loading