solarwinds / apm_ext
C extension for solarwinds/apm
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:php-ext
Ext name:ext-apm_ext
pkg:composer/solarwinds/apm_ext
Requires
- php: ^8.0
README
Overview
solarwinds/apm_ext is an add-on PHP extension to solarwinds/apm, used to cache the sampling settings 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 |
Verify that the extension is installed and enabled
php --ri apm_ext
Contributing
We welcome contributions!
License
Apache-2.0. See LICENSE for details.