-
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 available system entropy #34220
Comments
Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
@epochstamp Thanks for raising this topic. Before adding a new metrics, it should be first defined in the semantic conventions repository to align with naming standards. I think The |
@rogercoll thanks for raising your interest regarding this feature request :) Accordingly to this Wikipedia article, it seems possible to get that value on Windows. For MacOS, About the naming, I would do exactly like the metrics I also agree that this type of metrics should belong in a BTW, I am open to implement this feature (and also other related to this category). |
If the
Sounds great, let's start with the semantic conventions approval on the metric names so we can import it later using the SDK: open-telemetry/semantic-conventions#1288 |
Many thanks for your feature request :) |
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. |
/label never-stale |
Component(s)
receiver/hostmetrics
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 system entropy like it was done (in metricbeats).
Describe the solution you'd like
Provide an optional metric
system.entropy
in hostmetricsreceiver (unit as %, relative to the pool size of 4096) and/orsystem.entropy.available
(bytes) along withsystem.entropy.total
(bytes)Describe alternatives you've considered
I have not identified any alternative inside OTLP to get that value
Additional context
See entropy metrics provided by metricbeats
The text was updated successfully, but these errors were encountered: