Closed rogercoll closed 1 month ago
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
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