Skip to content

Commit

Permalink
Update docs/dependencies.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Tan <[email protected]>
  • Loading branch information
lalitb and ThomsonTan authored Jun 10, 2021
1 parent 2f196b2 commit 0e38468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Both these dependencies are listed here:

- [OTLP/HTTP+JSON](https://github.com/open-telemetry/opentelemetry-cpp/tree/v1.0.0-rc1/exporters/otlp) exporter:
- [protobuf](https://github.com/protocolbuffers/protobuf): Library to serialize structured data.
- OTLP messages are constructed as protobuf payloads.s
- OTLP messages are constructed as protobuf payloads.
- `protoc` compiler is used to generate C++ stubs for proto files provided by `opentelemetry-proto`.
- `libprotobuf` library is used for generating serialised trace/metrics/log data to be sent to opentelemetry collector.
- License: The library is licensed [here](https://github.com/protocolbuffers/protobuf/blob/master/LICENSE). The code generated by protoc compiler is owned by the owner of `.proto` file.
Expand Down

0 comments on commit 0e38468

Please sign in to comment.