Skip to content

Commit

Permalink
Merge pull request #1350 from breedx-splk/patch-8
Browse files Browse the repository at this point in the history
Change gRCP -> gRPC
  • Loading branch information
mfoulds-splunk committed May 16, 2024
2 parents b5f36f2 + 800becb commit 496d9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gdi/opentelemetry/components/otlp-receiver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To activate the OTLP receiver add ``otlp`` to the ``receivers`` section of your
You can specify the ``endpoint``, or the ``host:port`` to which the receiver is going to receive data.

* ``endpoint`` defaults to ``0.0.0.0:4317`` for gRCP
* ``endpoint`` defaults to ``0.0.0.0:4317`` for gRPC
* ``endpoint`` defaults to ``0.0.0.0:4318`` for HTTP

Read about valid syntax at :new-page:`gRPC Name Resolution <https://github.com/grpc/grpc/blob/master/doc/naming.md>`.
Expand Down Expand Up @@ -87,7 +87,7 @@ Learn more at :new-page:`Protocol Buffers documentation <https://protobuf.dev/ov
Work with OTLP/gRPC
-------------------------------------------------

If you use gRPC, after establishing the underlying gRPC transport, the OTLP receiver will start to continoulsy receive requests with telemetry data, and needs to respond to each request. For more information, refer to the official OpenTelemetry documentation at :new-page:`OTLP/gRCP Specification <https://opentelemetry.io/docs/specs/otlp/#otlpgrcp>`. This includes details on requests, responses, and OTLP/gRPC throttling.
If you use gRPC, after establishing the underlying gRPC transport, the OTLP receiver will start to continoulsy receive requests with telemetry data, and needs to respond to each request. For more information, refer to the official OpenTelemetry documentation at :new-page:`OTLP/gRPC Specification <https://opentelemetry.io/docs/specs/otlp/#otlpgrcp>`. This includes details on requests, responses, and OTLP/gRPC throttling.

Work with OTLP/HTTP
-------------------------------------------------
Expand Down Expand Up @@ -151,4 +151,4 @@ The following table shows the configuration options for the OTLP receiver:
Troubleshooting
=================================================

.. include:: /_includes/troubleshooting-components.rst
.. include:: /_includes/troubleshooting-components.rst

0 comments on commit 496d9c3

Please sign in to comment.