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

feat: remove duplicate quota metrics #2886

Merged
merged 1 commit into from
May 13, 2024
Merged

feat: remove duplicate quota metrics #2886

merged 1 commit into from
May 13, 2024

Conversation

rahulguptajss
Copy link
Contributor

@rahulguptajss rahulguptajss commented May 10, 2024

plugins:
  - LabelAgent:
      exclude_equals:
        - qtree ``
  - Qtree:
      qtreeMetrics: true                            # <== Add this for backward compatibility
      objects:
        - disk-limit
        - disk-used
        - disk-used-pct-disk-limit
        - disk-used-pct-soft-disk-limit
        - disk-used-pct-threshold
        - file-limit
        - files-used
        - files-used-pct-file-limit
        - files-used-pct-soft-file-limit
        - soft-disk-limit
        - soft-file-limit
        - threshold
      quotaType:
        - tree
#        - user
#        - group
#      batch_size: "50"

@cla-bot cla-bot bot added the cla-signed label May 10, 2024
@rahulguptajss rahulguptajss linked an issue May 10, 2024 that may be closed by this pull request
@cgrinds cgrinds merged commit 8c9b757 into main May 13, 2024
7 checks passed
@cgrinds cgrinds deleted the rg2-quota-dup branch May 13, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove duplicate quota metrics
3 participants