open-telemetry/gen-otlp-protobuf
最新稳定版本:1.8.0
Composer 安装命令:
composer require open-telemetry/gen-otlp-protobuf
包简介
PHP protobuf files for communication with OpenTelemetry OTLP collectors/servers.
README 文档
README
OpenTelemetry protobuf files
Protobuf Runtime library
OTLP exporting requires a protobuf runtime library.
There exist two protobuf runtime libraries that offer the same set of APIs, allowing developers to choose the one that best suits their needs.
This package requires google/protobuf, which is the native implementation. It is easy to install and a good way to get
started quickly.
Alternatively, and the recommended option for production is to install the Protobuf C extension for PHP. The extension makes OTLP exporting significantly more performant. The extension can be installed with the following command:
pecl install protobuf
The extension can be installed alongside the native library, and it will be used instead if available.
Contributing
This repository is a read-only git subtree split. To contribute, please see the main OpenTelemetry PHP monorepo.
统计信息
- 总下载量: 15.28M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 11
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2026-01-04