Skip to content

Commit

Permalink
updated README.md file in otlpreceiver (#9756)
Browse files Browse the repository at this point in the history
**Description:** <Describe what has changed.> Updated the README.md file
in otlpreceiver - Corrected the serialization format to OTLP-JSON

**Link to tracking Issue:**
[(https://opentelemetry.io/docs/specs/otel/protocol/file-exporter/)](https://github.com/open-telemetry/opentelemetry-collector/issues/9207)

**Documentation:** <Describe the documentation added.> Changed the
serialization format from Protobuf-JSON to OTLP-JSON

---------

Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
  • Loading branch information
AkhigbeEromo and mx-psi committed Apr 2, 2024
1 parent 912a85a commit e23b614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/otlpreceiver/README.md
Expand Up @@ -53,7 +53,7 @@ Several helper files are leveraged to provide additional capabilities automatica

The OTLP receiver can receive trace export calls via HTTP/JSON in addition to
gRPC. The HTTP/JSON address is the same as gRPC as the protocol is recognized
and processed accordingly. Note the serialization format needs to be [protobuf JSON](https://developers.google.com/protocol-buffers/docs/proto3#json).
and processed accordingly. Note the serialization format needs to be [OTLP JSON](https://opentelemetry.io/docs/specs/otlp/#json-protobuf-encoding).

The HTTP/JSON configuration also provides `traces_url_path`, `metrics_url_path`, and `logs_url_path`
configuration to allow the URL paths that signal data needs to be sent to be modified per signal type. These default to
Expand Down

0 comments on commit e23b614

Please sign in to comment.