SumoLogic/sumologic-kubernetes-tools

[receiver-mock] Support OTLP over http for logs

Closed this issue · 0 comments

OTLP over HTTP seems relatively straightforward to support for both logs and metrics. The HTTP body is marshalled protobuf and can be unmarshalled using the official proto definitions. It's a little bit finnicky to import the right packages, but I've done a POC here: #280. it mostly needs to be cleaned up and tested.