solarwinds/apm_ext
最新稳定版本:2.0.0
Composer 安装命令:
pie install solarwinds/apm_ext
包简介
C extension for solarwinds/apm
README 文档
README
Overview
solarwinds/apm_ext is an add-on PHP extension to solarwinds/apm, used to cache the sampling settings and the token bucket state for the APM library.
Requirements
- PHP 8+
- pie
Installation
You can install the extension as follows:
php-extension-installer
pie install solarwinds/apm_ext
Configuration
This extension can be configured via .ini by modifying the following entries:
| Configuration | Default | Description |
|---|---|---|
| apm_ext.cache_max_entries | 48 | Maximum number of entries in the cache |
| apm_ext.settings_max_length | 2048 | Maximum length of the settings value in the cache |
| apm_ext.bucket_state_cache_max_entries | 512 | Maximum number of entries in the bucket state cache |
| apm_ext.bucket_state_max_length | 2048 | Maximum length of the bucket state value in the bucket state cache |
Verify that the extension is installed and enabled
php --ri apm_ext
Contributing
We welcome contributions!
License
Apache-2.0. See LICENSE for details.
统计信息
- 总下载量: 111
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2026-01-26