File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
OTLP exporting requires a [ protobuf runtime library] ( https://github.com/protocolbuffers/protobuf/tree/main/php ) .
12
12
13
- There exist two protobuf runtime libraries that offer the same set of APIs, allowing developers to choose the one that
13
+ There exist two protobuf runtime libraries that offer the same set of APIs, allowing developers to choose the one that
14
14
best suits their needs.
15
15
16
16
This package requires ` google/protobuf ` , which is the native implementation. It is easy to install and a good way to get
@@ -24,3 +24,8 @@ pecl install protobuf
24
24
```
25
25
26
26
The extension can be installed alongside the native library, and it will be used instead if available.
27
+
28
+ ## Contributing
29
+
30
+ This repository is a read-only git subtree split.
31
+ To contribute, please see the main [ OpenTelemetry PHP monorepo] ( https://github.com/open-telemetry/opentelemetry-php ) .
You can’t perform that action at this time.
0 commit comments