-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 a metric for image filesystem usage #34264
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Would you mind opening this same request in https://github.com/open-telemetry/semantic-conventions? I'll repeat this thought there, but my initial thought is that |
Sure, I'll take care of it ! Regarding the documentation of metricbeats, I would indeed agree that a new namespace is needed for that metric (though adding more inertia to this feature implementation :'() (Don't worry, I'm also learning the whole stuff in my current position ^^) |
Yeah apologies for that; we're going through a big transition to make all new instrumentation go through semantic conventions and right now it's a big lift of everything that's here into proper semantic conventions. Stuff will get easier once we're through the growing pains of that transition. Thanks for your understanding! |
While that approach makes sense, one thing to verify here would be to ensure that
|
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Component(s)
receiver/hostmetrics, receiver/kubeletstats
Is your feature request related to a problem? Please describe.
I am currently migrating a monitoring solution from metricbeats to OTLP and I would like to monitor the image filesystem usage like it is done in metricbeats through the metrics
kubernetes.node.runtime.imagefs.capacity.bytes
,kubernetes.node.runtime.imagefs.available.bytes
andkubernetes.node.runtime.imagefs.used.bytes
.Describe the solution you'd like
Implement in the same fashion the metrics (in the
kubeletstatsreceiver
)k8s.node.imagefs.capacity
,k8s.node.imagefs.available
andk8s.node.imagefs.used
, respectively.Implementing the same kind of metrics in hostmetrics (filesystem scraper) with the naming pattern
system.imagefs.{*}
should also be considered imho.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: