PHPackages                             code-tool/jaeger-client-symfony-bridge - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. code-tool/jaeger-client-symfony-bridge

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

code-tool/jaeger-client-symfony-bridge
======================================

v3.13.0(4mo ago)11387.2k↓41.9%7[2 issues](https://github.com/code-tool/jaeger-client-symfony-bridge/issues)MITPHPPHP ^7.4|^8.0CI failing

Since Nov 27Pushed 4mo ago4 watchersCompare

[ Source](https://github.com/code-tool/jaeger-client-symfony-bridge)[ Packagist](https://packagist.org/packages/code-tool/jaeger-client-symfony-bridge)[ RSS](/packages/code-tool-jaeger-client-symfony-bridge/feed)WikiDiscussions 3.0.x Synced 3d ago

READMEChangelog (4)Dependencies (9)Versions (169)Used By (0)

Symfony Bridge for Jaeger library
=================================

[](#symfony-bridge-for-jaeger-library)

Getting started
---------------

[](#getting-started)

Register JaegerBundle like any other bundle for Symfony 4+

```
// bundles.php
return [
    // ...
    \Jaeger\Symfony\JaegerBundle::class => ['all' => true],
    // ...
];
```

Denylist sampling operations
----------------------------

[](#denylist-sampling-operations)

This feature allows to disable sampling for deny-listed operations.

It will be useful when your infrastructure initiates some operations which you are not insterested for tracking in Jaeger.

Operation names used in package configuration refers to first (parent) span operation name ().

> Hint: if you use default name generator (class `\Jaeger\Symfony\Name\Generator\DefaultNameGenerator`), your operation name for HTTP requests will be the same as matched symfony route name.

Example bundle config with denylist feature:

```
# config/jaeger.yaml
jaeger:
  denylist:
    operation_names:
      - 'healthcheck'
      - 'metrics'
```

Name generation options
-----------------------

[](#name-generation-options)

You can configure custom name generators based on regular expression pattern, which will be evaluated for operation name.

Configuration for this feature looks like key-value list, where key - regexp pattern, value - custom name generator DI service id (see details below).

Name generator should implement an `Jaeger\Symfony\Name\Generator\NameGeneratorInterface` interface. As a custom name generator you can specify a full DI service id, or just the suffix if your name generator service is named as `jaeger.name.generator.*`. Keys are considered body of the regular expression pattern, do not put any modifiers (e.g. `/i`, `/g`) or slashes; `route` of the request or `name` of the command should match to use alternative generator. Expressions are checked top to bottom, if no match is found, default generator will be used

Example bundle config with name generation feature:

```
# config/jaeger.yaml
jaeger:
  name_generator:
    max_length: 32
    command:
      '^app:report:.+': 'my_service_generator_alias'
      .* : 'controller'
    request:
      'user_routes_\w+': 'my_service_generator_alias'
```

###  Health Score

60

—

FairBetter than 98% of packages

Maintenance72

Regular maintenance activity

Popularity43

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity87

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 79.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~18 days

Recently: every ~204 days

Total

164

Last Release

136d ago

Major Versions

1.0.x-dev → v2.14.02018-09-10

v2.15.0 → v3.0.02019-06-27

v2.16.0 → v3.1.02019-07-01

v2.16.1 → v3.1.12019-07-03

v2.16.2 → v3.1.22019-07-22

PHP version history (8 changes)v1.0.0PHP ^5.6 | ^7.1

v1.0.12PHP &gt;=5.6

v2.0.1PHP &gt;=7.1

v1.0.23PHP ~5.6 || ~7

v1.7.4PHP ~5.6 || ~7.1

v1.11.0PHP ^5.6 || ^7

v3.6.0PHP &gt;=7.4

v3.8.0PHP ^7.4|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/54383831?v=4)[T A](/maintainers/Programmer)[@programmer](https://github.com/programmer)

---

Top Contributors

[![allflame](https://avatars.githubusercontent.com/u/6976790?v=4)](https://github.com/allflame "allflame (186 commits)")[![andrew-demb](https://avatars.githubusercontent.com/u/12499813?v=4)](https://github.com/andrew-demb "andrew-demb (38 commits)")[![greeflas](https://avatars.githubusercontent.com/u/17636915?v=4)](https://github.com/greeflas "greeflas (4 commits)")[![asp24](https://avatars.githubusercontent.com/u/488588?v=4)](https://github.com/asp24 "asp24 (3 commits)")[![grynchuk](https://avatars.githubusercontent.com/u/19249987?v=4)](https://github.com/grynchuk "grynchuk (1 commits)")[![tatarenkoigor](https://avatars.githubusercontent.com/u/2392265?v=4)](https://github.com/tatarenkoigor "tatarenkoigor (1 commits)")

###  Code Quality

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/code-tool-jaeger-client-symfony-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/code-tool-jaeger-client-symfony-bridge/health.svg)](https://phpackages.com/packages/code-tool-jaeger-client-symfony-bridge)
```

###  Alternatives

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k185.6M2.4k](/packages/symfony-security-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)[shopware/storefront

Storefront for Shopware

684.6M237](/packages/shopware-storefront)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
