Download the PHP package open-telemetry/exporter-otlp without Composer
On this page you can find all versions of the php package open-telemetry/exporter-otlp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download open-telemetry/exporter-otlp
More information about open-telemetry/exporter-otlp
Files in open-telemetry/exporter-otlp
Package exporter-otlp
Short Description OTLP exporter for OpenTelemetry.
License Apache-2.0
Informations about the package exporter-otlp
OpenTelemetry OTLP exporter
Documentation
https://opentelemetry.io/docs/instrumentation/php/exporters/#otlp
Usage
Http transport
gRPC transport
To export over gRPC, you will need to additionally install the open-telemetry/transport-grpc
package.
Protobuf Runtime library
OTLP exporting requires a protobuf implementation.
The open-telemetry/gen-otlp-protobuf
requires the google/protobuf
native implementation. It's fine for development, but
not recommended for production usage.
The recommended option for production is to install the Protobuf C extension for PHP. The extension makes exporting significantly more performant. This can be easily installed with the following command:
Contributing
This repository is a read-only git subtree split. To contribute, please see the main OpenTelemetry PHP monorepo.
All versions of exporter-otlp with dependencies
php-http/discovery Version ^1.14
open-telemetry/gen-otlp-protobuf Version ^1.1
open-telemetry/api Version ^1.0
open-telemetry/sdk Version ^1.0