Skip to content

Conversation

@aogereau
Copy link
Contributor

Currently both inodes detectors on module smart-agent_system-common can detect squashfs partitions , triggering false positive alerts at 100% utilisation .

System disk inodes utilization :

image

System filesystem inodes utilization :

image

This fix will add a filter on squashfs partitions for both detectors , to prevent false positive alerts

used:
metric: system.filesystem.inodes.usage
filter: filter('state', 'used')
filter: "(filter('state', 'used') and not filter('type', 'squashfs'))"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sort of filtering is supposed to happen at the collection level (smartagent or otel-collector).

And squashfs is already excluded by default.

How are you collecting the metrics?
Do you have a custom configuration?

@BzSpi BzSpi requested a review from Tulux as a code owner June 17, 2025 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants