pccomponentes/apm-predis

Elastic APM for Predis Client

Installs: 302

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

pkg:composer/pccomponentes/apm-predis

0.1.3 2020-06-24 09:14 UTC

This package is auto-updated.

Last update: 2025-09-24 20:43:37 UTC


README

This library supports Span traces of Symfony HttpKernel requests.

Installation

  1. Install via composer

    composer require pccomponentes/apm-predis

Usage

In all cases, an already created instance of ElasticApmTracer is assumed.

Service Container (Symfony)

apm.predis_client:
    class: PcComponentes\ApmPredis\ApmPredis
    arguments: ['@service.cache.redis', '@apm.tracer', 'demo']

License

Licensed under the MIT license

Read LICENSE for more information