https://github.com/pccomponentes/apm-redis-reporter
Elastic APM Redis Reporter
https://github.com/pccomponentes/apm-redis-reporter
apm elasticsearch predis redis
Last synced: 3 months ago
JSON representation
Elastic APM Redis Reporter
- Host: GitHub
- URL: https://github.com/pccomponentes/apm-redis-reporter
- Owner: PcComponentes
- License: mit
- Created: 2020-06-03T10:48:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T12:43:43.000Z (about 5 years ago)
- Last Synced: 2025-07-02T16:48:28.264Z (about 1 year ago)
- Topics: apm, elasticsearch, predis, redis
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elastic APM Redis Reporter
This library supports the report of traces from the APM Agent to [Redis](https://redis.io/).
## Installation
1) Install via [composer](https://getcomposer.org/)
```shell script
composer require pccomponentes/apm-redis-reporter
```
## Usage
### Native PHP
```php