How can send a ‘{“foo”: “bar”}’ payload over HTTP to Otel-collector and make it parse it into a OTLP log for further processing our just output it to stdout via debug exporter?
Basically I’m looking for a receiver that works like filelogreceiver but over HTTP instead of files.
I tried it with otlp/http receiver and it doesn’t export anything since it seemingly wants an OTLP format.