Skip to content

[Hostmetrics Receiver] Add read and write character values to the process scraper #32218

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

Open
ishleenk17 opened this issue Apr 8, 2024 · 8 comments
Labels
enhancement New feature or request help wanted Extra attention is needed receiver/hostmetrics waiting for author waiting-for:semantic-conventions Waiting on something on semantic-conventions to be stabilized

Comments

@ishleenk17
Copy link

ishleenk17 commented Apr 8, 2024

Component(s)

HostMetrics Receiver

Describe the issue you're reporting

The Process scrapper currently captures the read/write bytes information for the process scraper.
We can have additional information about the read/write characters for the process as well.

@ishleenk17 ishleenk17 added the needs triage New item requiring triage label Apr 8, 2024
@crobert-1 crobert-1 added enhancement New feature or request receiver/hostmetrics labels Apr 8, 2024
Copy link
Contributor

github-actions bot commented Apr 8, 2024

Pinging code owners for receiver/hostmetrics: @dmitryax @braydonk. See Adding Labels via Comments if you do not have permissions to add labels yourself.

Copy link
Contributor

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 @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@rogercoll
Copy link
Contributor

We can have additional information about the read/write characters for the process as well.

@ishleenk17 Do you have any example of how these new metrics would look like? I think we will need to add them into SemConv first

@github-actions github-actions bot removed the Stale label Jul 26, 2024
Copy link
Contributor

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 @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@github-actions github-actions bot added the Stale label Sep 25, 2024
@rogercoll
Copy link
Contributor

/label help-wanted

@github-actions github-actions bot added help wanted Extra attention is needed and removed Stale labels Sep 26, 2024
@atoulme atoulme added waiting for author and removed needs triage New item requiring triage labels Oct 2, 2024
@mx-psi mx-psi added the waiting-for:semantic-conventions Waiting on something on semantic-conventions to be stabilized label Nov 20, 2024
Copy link
Contributor

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 @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@github-actions github-actions bot added the Stale label Jan 20, 2025
@EddieV2
Copy link

EddieV2 commented Mar 15, 2025

Is this what you're looking for (process.disk.operations)? #14566

This metric captures read/write operation counts.

If this isn't what you are referring to, would you mind clarifying a bit more please?

@github-actions github-actions bot removed the Stale label Mar 16, 2025
@rogercoll
Copy link
Contributor

I think @ishleenk17 is referring to the amount of read/write characters :

# cat /proc/3828/io
rchar: 323934931
wchar: 323929600
syscr: 632687
syscw: 632675
read_bytes: 0
write_bytes: 323932160
cancelled_write_bytes: 0

@ishleenk17 could you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed receiver/hostmetrics waiting for author waiting-for:semantic-conventions Waiting on something on semantic-conventions to be stabilized
Projects
None yet
Development

No branches or pull requests

6 participants