Describe the bug
ops-agent seems to not collect the system.filesystem.inodes.usage metric.
To Reproduce
Steps to reproduce the behavior:
- Run a GCE VM with Ops Agent
--version=2.48.0 and default config.
- Wait for metrics to show up in Cloud Monitoring.
- See that there are metrics for disk usage, but NOT inodes usage
Expected behavior
Inodes usage should be collected and available in Cloud Monitoring.
Environment (please complete the following information):
- VM distro / OS: Ubuntu 24.04
- Ops Agent version: 2.48.0
- Ops Agent configuration: default
Additional context
It seems like the metric is explicitly filtered out in the ops-agent (see
|
"system.filesystem.inodes.usage", |
). Is there any reason for this? Can this be overridden with a custom config?
Describe the bug
ops-agent seems to not collect the
system.filesystem.inodes.usagemetric.To Reproduce
Steps to reproduce the behavior:
--version=2.48.0and default config.Expected behavior
Inodes usage should be collected and available in Cloud Monitoring.
Environment (please complete the following information):
Additional context
It seems like the metric is explicitly filtered out in the ops-agent (see
ops-agent/apps/hostmetrics.go
Line 325 in 1246ead