Configure the OpenTelemetry Collector for KloudMate
If you already run the OpenTelemetry Collector, you can export telemetry to KloudMate by adding an otlphttp exporter to your Collector configuration.
Add your KloudMate API key as the Authorization header in the otlphttp exporter configuration.
Example Collector Configuration
Section titled “Example Collector Configuration”The example below shows a minimal Collector configuration that receives telemetry over OTLP and exports logs, metrics, and traces to KloudMate.
What This Configuration Does
Section titled “What This Configuration Does”- Receives telemetry over OTLP using both gRPC and HTTP
- Applies batch processing before export
- Sends traces, metrics, and logs to KloudMate through OTLP/HTTP
- Enables standard health and debugging extensions for the Collector