Skip to content

Commit e23b614

Browse files
AkhigbeEromomx-psi
andauthored
updated README.md file in otlpreceiver (#9756)
**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 <[email protected]>
1 parent 912a85a commit e23b614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

receiver/otlpreceiver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Several helper files are leveraged to provide additional capabilities automatica
5353

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

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

0 commit comments

Comments
 (0)