11.. _collector-common-config-grcp :
22
33*********************************************************************************
4- Configure gRCP
4+ Configure gRPC
55*********************************************************************************
66
77gRPC exposes a variety of settings you can adjust within individual receivers or exporters of the Collector.
@@ -10,18 +10,18 @@ gRPC exposes a variety of settings you can adjust within individual receivers or
1010
1111 To configure transport, see :ref: `collector-common-config-net `.
1212
13- Configure gRCP clients
13+ Configure gRPC clients
1414=============================================================================================
1515
16- To configure gRCP clients in :ref: `exporters <otel-components-exporters >` use these settings:
16+ To configure gRPC clients in :ref: `exporters <otel-components-exporters >` use these settings:
1717
1818* ``auth ``. See :ref: `collector-common-config-auth `
1919
2020* ``balancer_name ``
2121
2222 * Defaults: ``pick_first `` before version 0.103.0, ``round_robin `` for v0.103.0 or higher
2323
24- * Learn more at gRCP 's :new-page: `Load Balancing README <https://github.com/grpc/grpc-go/blob/master/examples/features/load_balancing/README.md> `.
24+ * Learn more at gRPC 's :new-page: `Load Balancing README <https://github.com/grpc/grpc-go/blob/master/examples/features/load_balancing/README.md> `.
2525
2626* ``compression ``
2727
@@ -58,10 +58,10 @@ For example:
5858 test1 : " value1"
5959 " test 2 " : " value 2"
6060
61- Configure gRCP servers
61+ Configure gRPC servers
6262=============================================================================================
6363
64- To configure gRCP servers in :ref: `collector receivers <otel-components-receivers >` use these settings:
64+ To configure gRPC servers in :ref: `collector receivers <otel-components-receivers >` use these settings:
6565
6666* ``auth ``. See :ref: `collector-common-config-auth `
6767
@@ -83,4 +83,4 @@ Learn more
8383For more details on the available settings refer to:
8484
8585* :new-page: `gRPC Configuration Settings <https://github.com/open-telemetry/opentelemetry-collector/tree/main/config/configgrpc> ` in OTel's GitHub repo
86- * :new-page: `Golang's gRCP documentation <https://pkg.go.dev/google.golang.org/grpc> `
86+ * :new-page: `Golang's gRPC documentation <https://pkg.go.dev/google.golang.org/grpc> `
0 commit comments