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

Proposal to add system.linux.memory.available #3659

Closed
ItsLastDay opened this issue Aug 15, 2023 · 2 comments
Closed

Proposal to add system.linux.memory.available #3659

ItsLastDay opened this issue Aug 15, 2023 · 2 comments
Assignees
Labels
area:semantic-conventions Related to semantic conventions spec:metrics Related to the specification/metrics directory

Comments

@ItsLastDay
Copy link

What are you trying to achieve?

Linux kernel exposes a memory metric called available, which helps to understand how much memory is really available for the userspace apps. See open-telemetry/opentelemetry-collector-contrib#7417.

This value is unique to Linux, hence the system.linux prefix: see open-telemetry/opentelemetry-collector-contrib#19149 (comment).

What did you expect to see?

system.linux.memory.available - Gauge metric of integer type, meaning number of bytes available. No attributes.

Additional context.

open-telemetry/opentelemetry-collector-contrib#7417 (comment)

cc @dmitryax @braydonk

@jsuereth
Copy link
Contributor

Can you please open this bugs in the semantic-conventions repository?

@jsuereth jsuereth added the area:semantic-conventions Related to semantic conventions label Aug 15, 2023
@ItsLastDay
Copy link
Author

Sure, done: open-telemetry/semantic-conventions#257.

Should I close this issue then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:semantic-conventions Related to semantic conventions spec:metrics Related to the specification/metrics directory
Projects
None yet
Development

No branches or pull requests

3 participants