Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pccomponentes/apm-redis-reporter
Elastic APM Redis Reporter
https://github.com/pccomponentes/apm-redis-reporter
apm elasticsearch predis redis
Last synced: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T12:43:43.000Z (over 3 years ago)
- Last Synced: 2024-11-15T12:14:21.488Z (about 2 months ago)
- Topics: apm, elasticsearch, predis, redis
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 6
- 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