Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit a039be5

Browse files
Corrected gRCP to gRPC and updated the file name and link to the file.
1 parent 6386c98 commit a039be5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

gdi/monitors-monitoring/jaeger-grpc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Jaeger gRPC
44
===========
55

66
.. meta::
7-
:description: Use this Splunk Observability Cloud integration for the Jaeger gRCP monitor. See benefits, install, configuration, and metrics
7+
:description: Use this Splunk Observability Cloud integration for the Jaeger gRPC monitor. See benefits, install, configuration, and metrics
88

99
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
1010
``jaeger-grpc`` monitor type to run a gRPC server that listens for

gdi/opentelemetry/collector-common-config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Common configuration options
1313
:hidden:
1414

1515
Authentication settings <common-config/collector-common-config-auth.rst>
16-
gRCP settings <common-config/collector-common-config-grcp.rst>
16+
gRPC settings <common-config/collector-common-config-grpc.rst>
1717
HTTP settings <common-config/collector-common-config-http.rst>
1818
Network settings <common-config/collector-common-config-net.rst>
1919
TLS settings <common-config/collector-common-config-tls.rst>

gdi/opentelemetry/common-config/collector-common-config-grcp.rst renamed to gdi/opentelemetry/common-config/collector-common-config-grpc.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _collector-common-config-grcp:
22

33
*********************************************************************************
4-
Configure gRCP
4+
Configure gRPC
55
*********************************************************************************
66

77
gRPC 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
8383
For 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

Comments
 (0)