OpenTelemetry Support
Using OpenTelemetry Collector
2min
if you are already running opentelemetry collector and want to send your telemetry data to kloudmate, then you will need to modify your yaml config file as shown in the following sample config file add a new otlphttp exporter in your config yml , along with the kloudmate api key as your authorization header config yml receivers otlp protocols grpc http processors batch exporters otlphttp endpoint https //otel kloudmate com 4318 headers authorization \<your km secret key> extensions health check pprof zpages service extensions \[health check, pprof, zpages] pipelines traces receivers \[otlp] processors \[batch] exporters \[otlphttp] metrics receivers \[otlp] processors \[batch] exporters \[otlphttp] logs receivers \[otlp] processors \[batch] exporters \[otlphttp] processors batch send batch size 5000 timeout 10s related resources installing the opentelemetry collector