Docs » Get started with the Splunk Distribution of the OpenTelemetry Collector » Get started: Understand and use the Collector » Common configuration options » Configure gRCP

Configure gRCP 🔗

gRPC exposes a variety of settings you can adjust within individual receivers or exporters of the Collector.

Note

To configure transport, see Configure network settings.

Configure gRCP clients 🔗

To configure gRCP clients in exporters use these settings:

For example:

exporters:
   otlp:
      endpoint: otelcol2:55690
      auth:
         authenticator: some-authenticator-extension
      tls:
         ca_file: ca.pem
         cert_file: cert.pem
         key_file: key.pem
      headers:
         test1: "value1"
         "test 2": "value 2"

Configure gRCP servers 🔗

To configure gRCP servers in collector receivers use these settings:

Learn more 🔗

For more details on the available settings refer to:

This page was last updated on Oct 08, 2024.