OpenTelemetry Collector Configuration
ThousandEyes for OpenTelemetry uses the OpenTelemetry Collector to export the ThousandEyes telemetry data.
This section describes the configuration used to export data. The configuration depends on the stream's type
and endpointType
.
For streams with
type
set toopentelemetry
andendpointType
set togrpc
, ThousandEyes uses an OTLP gRPC Exporter with the following configuration:For streams with
type
set toopentelemetry
andendpointType
set tohttp
, ThousandEyes uses an OTLP HTTP Exporter with the following configuration:For streams with
type
set tosplunk-hec
, ThousandEyes uses a Splunk HTTP Event Collector (HEC) Exporter with the following configuration:
Placeholders
<stream.streamEndpointUrl>
is replaced with the actual endpoint URL configured in thestream
.<stream.customHeaders>
is replaced with the actual custom headers configured in thestream
.<stream.exporterConfig.splunkHec>
is replaced with the actual splunkHec exporter config configured in thestream
.
Last updated