Open
Description
This issue will be used to track the work for making hostmetricsreceiver
capable of transitioning to Semantic Conventions compliance.
Task list:
- Add feature to
mdatagen
to allow it to generate packages with names other thanmetadata
(Allowmdatagen
to generate packages with names other thanmetadata
opentelemetry-collector#11231) - Introduce a semantic conventions featuregate in the hostmetrics receiver
- Add a semconv spec to each receiver and allow it to produce either existing or semconv metrics
- processscraper
- cpuscraper
- diskscraper
- filesystemscraper
- loadscraper
- memoryscraper
- networkscraper
- pagingscraper
- Unify the
processscraper
andprocessesscraper
since theprocesses.*
metrics are being moved toprocess.*
([receiver/hostmetrics] Deprecate processesscraper #30894) (Blocked on mdatagen: add wildcard name matching for configs opentelemetry-collector#10065)