We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
area:system
Usage paging system metrics refer to the system.paging.state attribute but not the actual paging device. On the other hand, the hostmetrics receiver is currently adding the device attribute to system.paging.usage and system.paging.utilization metrics: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/hostmetricsreceiver/internal/scraper/pagingscraper/metadata.yaml#L8
system.paging.state
device
system.paging.usage
system.paging.utilization
Link usage paging metrics to the system.device attribute.
system.device
No response
The text was updated successfully, but these errors were encountered:
reyang
Successfully merging a pull request may close this issue.
Area(s)
area:system
Is your change request related to a problem? Please describe.
Usage paging system metrics refer to the
system.paging.state
attribute but not the actual paging device. On the other hand, the hostmetrics receiver is currently adding thedevice
attribute tosystem.paging.usage
andsystem.paging.utilization
metrics: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/hostmetricsreceiver/internal/scraper/pagingscraper/metadata.yaml#L8Describe the solution you'd like
Link usage paging metrics to the
system.device
attribute.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: