solarwinds/apm_ext is an add-on PHP extension to solarwinds/apm, used to cache the sampling settings for the APM library.
- PHP 8+
- pie
You can install the extension as follows:
pie install solarwinds/apm_extThis 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 |
php --ri apm_extWe welcome contributions!
Apache-2.0. See LICENSE for details.