Skywalking Exporter
Overview
Exports data via gRPC using skywalking-data-collect-protocol format. By default, this exporter requires TLS and offers queued retry capabilities.Getting Started
The following settings are required:-
endpoint(no default): host:port to which the exporter is going to send SkyWalking log data, using the gRPC protocol. The valid syntax is described here. If a scheme ofhttpsis used then client transport security is enabled and overrides theinsecuresetting. -
num_streams(default =2): the number of grpc streams that send the gRPC requests.
tls::
insecure(default =false): whether to enable client transport security for the exporter’s connection.
tls::
cert_file(no default): path to the TLS cert to use for TLS required connections. Should only be used ifinsecureis set to false.key_file(no default): path to the TLS key to use for TLS required connections. Should only be used ifinsecureis set to false.
Advanced Configuration
Several helper files are leveraged to provide additional capabilities automatically:Configuration
Example Configuration
Last generated: 2026-04-14