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

Commit 7f5894b

Browse files
author
Tracey Carter
committed
Merge branch 'main' into tcarter-RelatedContent-Logs
2 parents 9262445 + 4ed2ecc commit 7f5894b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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>`

gdi/opentelemetry/deployment-modes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ The Collector for Kubernetes has different deployment options. You can configure
116116

117117
The main deployment modes are:
118118

119-
* Default, which includes the ``agent`` deamonset and the ``clusterReceiver`` deployment component.
120-
* All collector modes, which includes ``agent`` deamonset, and the ``clusterReceiver`` and the ``gateway`` components.
119+
* Default, which includes the ``agent`` DaemonSet and the ``clusterReceiver`` deployment component.
120+
* All collector modes, which includes ``agent`` DaemonSet, and the ``clusterReceiver`` and the ``gateway`` components.
121121

122-
By default, the ``agent`` daemonset deploys a pod running the OpenTelemetry Collector agent in each node of your Kubernetes cluster. The agent pods gather data from your applications, services, and other objects running in their respective nodes, then send the data to Splunk Observability Cloud.
122+
By default, the ``agent`` DaemonSet deploys a pod running the OpenTelemetry Collector agent in each node of your Kubernetes cluster. The agent pods gather data from your applications, services, and other objects running in their respective nodes, then send the data to Splunk Observability Cloud.
123123

124124
.. image:: /_images/gdi/k8s-daemonset.png
125125
:width: 40%

0 commit comments

Comments
 (0)