[receiver/hostmetrics/processscraper]
: memory metric names do not adhere to semantic conventions
#14327
Labels
[receiver/hostmetrics/processscraper]
: memory metric names do not adhere to semantic conventions
#14327
What happened?
Description
The memory metrics reported by the
hostmetrics
receiver'sprocess
scraper do not adhere to the semantic conventions:process.memory.physical_usage
should beprocess.memory.usage
according to the specprocess.memory.virtual_usage
should beprocess.memory.virtual
according to the specSteps to Reproduce
Run the collector with
hostmetrics
receiver enabled and theprocess
scraper configured (see example config below).Expected Result
The following metrics should be reported for memory usage:
process.memory.usage
process.memory.virtual
Actual Result
The following metric names are reported for memory usage:
process.memory.physical_usage
process.memory.virtual_usage
Collector version
v0.60.0
Environment information
OS: Any (tested on Ubuntu 20.04)
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: