File tree Expand file tree Collapse file tree 9 files changed +48
-3
lines changed Expand file tree Collapse file tree 9 files changed +48
-3
lines changed Original file line number Diff line number Diff line change 1010
1111OTLP exporting requires a [ protobuf runtime library] ( https://github.com/protocolbuffers/protobuf/tree/main/php ) .
1212
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
1414best suits their needs.
1515
1616This 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
2424```
2525
2626The 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 ) .
Original file line number Diff line number Diff line change 66
77# OpenTelemetry API
88
9- Documentation: https://opentelemetry.io/docs/instrumentation/php
9+ Documentation: https://opentelemetry.io/docs/instrumentation/php
10+
11+ ## Contributing
12+
13+ This repository is a read-only git subtree split.
14+ To contribute, please see the main [ OpenTelemetry PHP monorepo] ( https://github.com/open-telemetry/opentelemetry-php ) .
Original file line number Diff line number Diff line change @@ -55,4 +55,9 @@ function bindContext(Closure $closure): Closure {
5555}
5656```
5757
58+ ## Contributing
59+
60+ This repository is a read-only git subtree split.
61+ To contribute, please see the main [ OpenTelemetry PHP monorepo] ( https://github.com/open-telemetry/opentelemetry-php ) .
62+
5863[ 1 ] : https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/context/README.md#context
Original file line number Diff line number Diff line change @@ -24,3 +24,8 @@ See https://github.com/open-telemetry/opentelemetry-php/blob/main/examples/trace
2424$transport = (new \OpenTelemetry\Contrib\Grpc\GrpcTransportFactory())->create('http://collector:4317');
2525$exporter = new \OpenTelemetry\Contrib\Otlp\SpanExporter($transport);
2626```
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 ) .
Original file line number Diff line number Diff line change @@ -38,3 +38,8 @@ makes exporting _significantly_ more performant. This can be easily installed wi
3838``` shell
3939pecl install protobuf
4040```
41+
42+ ## Contributing
43+
44+ This repository is a read-only git subtree split.
45+ To contribute, please see the main [ OpenTelemetry PHP monorepo] ( https://github.com/open-telemetry/opentelemetry-php ) .
Original file line number Diff line number Diff line change @@ -15,3 +15,8 @@ https://opentelemetry.io/docs/instrumentation/php/exporters/#zipkin
1515## Usage
1616
1717See https://github.com/open-telemetry/opentelemetry-php/blob/main/examples/traces/exporters/zipkin.php
18+
19+ ## Contributing
20+
21+ This repository is a read-only git subtree split.
22+ To contribute, please see the main [ OpenTelemetry PHP monorepo] ( https://github.com/open-telemetry/opentelemetry-php ) .
Original file line number Diff line number Diff line change @@ -24,4 +24,9 @@ B3Propagator::getB3MultiHeaderInstance()
2424```
2525
2626Both of the above have ` extract ` and ` inject ` methods available to extract and inject respectively into the
27- header.
27+ header.
28+
29+ ## Contributing
30+
31+ This repository is a read-only git subtree split.
32+ To contribute, please see the main [ OpenTelemetry PHP monorepo] ( https://github.com/open-telemetry/opentelemetry-php ) .
Original file line number Diff line number Diff line change @@ -42,3 +42,8 @@ $meter = \OpenTelemetry\API\Globals::meterProvider()->getMeter('example');
4242If autoloading was not successful (or partially successful), no-op implementations of the above may be returned.
4343
4444See https://github.com/open-telemetry/opentelemetry-php/blob/main/examples/autoload_sdk.php for a more detailed example.
45+
46+ ## Contributing
47+
48+ This repository is a read-only git subtree split.
49+ To contribute, please see the main [ OpenTelemetry PHP monorepo] ( https://github.com/open-telemetry/opentelemetry-php ) .
Original file line number Diff line number Diff line change @@ -15,3 +15,8 @@ See https://opentelemetry.io/docs/concepts/semantic-conventions/.
1515``` shell
1616composer require open-telemetry/sem-conv
1717```
18+
19+ ## Contributing
20+
21+ This repository is a read-only git subtree split.
22+ 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