You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dependencies.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@ There are
6
6
- Internal dependencies as the part of code from external libraries
7
7
backported/copied in main repo.
8
8
9
-
The minimum required versions of the third-party libraries that are required can be found in the [third_party_minimum](../install/cmake/third_party_minimum) file. The minimum supported versions are listed here for convenience but the authoritative source is always the linked file.
9
+
The minimum required versions of the third-party libraries that are required can
10
+
be found in the [third_party_minimum](/install/cmake/third_party_minimum) file.
11
+
The minimum supported versions are listed here for convenience but the
12
+
authoritative source is always the linked file.
10
13
11
14
Both these dependencies are listed here:
12
15
@@ -39,8 +42,8 @@ Both these dependencies are listed here:
39
42
40
43
-[OTLP/HTTP+JSON](/exporters/otlp)
41
44
exporter:
42
-
-[protobuf](https://github.com/protocolbuffers/protobuf) (v3.21.6 or later): Library to
43
-
serialize structured data.
45
+
-[protobuf](https://github.com/protocolbuffers/protobuf) (v3.21.6 or later):
46
+
Library to serialize structured data.
44
47
- OTLP messages are constructed as protobuf payloads.
45
48
-`protoc` compiler is used to generate C++ stubs for proto files provided
46
49
by `opentelemetry-proto`.
@@ -50,18 +53,19 @@ Both these dependencies are listed here:
0 commit comments