I am researching on how to scrape application level metrics as well as the K8s host cluster metrics and forward it to a gateway collector, all using OpenTelemetry. I am referring to the OTel's Github page - https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver.
There is some confusion on which receiver to use to achieve the above use-case and how forward the metrics/logs from this cluster to another otel collector.
Any suggestions here is much appreciated. TIA.