Skip to content

Instance snooze/suppress mechanism #14

@maksimov

Description

@maksimov

Allow users to suppress findings for specific instances temporarily.

Use cases:

  • Developer is at lunch — instance is idle but will be used again shortly
  • Known maintenance window — instance idle intentionally
  • Instance under evaluation — don't flag for N days

Options:

  • Tag-based: add a gpuaudit:snooze=2026-04-15 tag to suppress until date
  • Config file: ~/.gpuaudit/suppressions.yaml with instance IDs and expiry
  • CLI flag already partially covers this (--min-uptime-days) but is global

Tag-based approach preferred — no local state, works across team members.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestv0.2Version 0.2 milestone

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions