Intake and Authorization via OTLP
The first step in sending data is understanding how to send via OTLP. Getting data into Omlet is as easy as setting an intake endpoint with an authorization header
Via Collector YAML
The above example highlights creating an otlphttp
exporter with an intake and authorization header.
Environment Variables
The above example uses environment variables to set an intake and authorization header. This convention is very relevant for tracing (APM).
Last updated