I’m not too sure about whether this is possible, I found the documentation not fully clear in this regards.
Is it possible to have an input of type OpenTelemetry, which receives OTel metrics, and publish them via the Prometheus output, so it can be scraped by the central prom instance?
In the documentation there is the line:
Important Note: The prometheus exporter only works with metric plugins, such as Node Exporter Metrics
But I don’t know if metrics part of the OTel input is considered a “metric plugin”. Or is that exporter limited to only a few little specific inputs (I couldn’t get it working locally with an input of type cpu as well ????♂️)