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

Add reporting of purgeable space on MacOS #2907

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jan 30, 2024

  1. Add reporting of purgeable space on MacOS

    Purgeable space is space that macOS can free up when needed by removing files from your computer (you can't manually remove the files that are designated purgeable, but macOS removes them as space is required).
    So statfs can report low available space when in fact you can use more than that.
    
    Signed-off-by: Denis <per43014@adobe.com>
    Denis authored and Denis committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6ee5abd View commit details
    Browse the repository at this point in the history
  2. fix formatting

    Signed-off-by: Denis <per43014@adobe.com>
    Denis committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b726b52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdf9458 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    a13e88a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Only export purgeable space on MacOS

    Also update metric name
    admin committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    6df7f99 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    bd7c10d View commit details
    Browse the repository at this point in the history
  2. Add missing field

    Signed-off-by: Denis Fondras <1040974+ledeuns@users.noreply.github.com>
    ledeuns authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f5c0272 View commit details
    Browse the repository at this point in the history
  3. Update filesystem_macos.go

    Signed-off-by: Denis Fondras <1040974+ledeuns@users.noreply.github.com>
    ledeuns authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d1ffb80 View commit details
    Browse the repository at this point in the history
  4. fix indentation

    Denis Fondras committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0581bad View commit details
    Browse the repository at this point in the history