PHPackages                             esd/tracing-plugin - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. esd/tracing-plugin

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

esd/tracing-plugin
==================

tracing-plugin

0.6(6y ago)0784MITPHP

Since Jun 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/esd-projects/tracing-plugin)[ Packagist](https://packagist.org/packages/esd/tracing-plugin)[ RSS](/packages/esd-tracing-plugin/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (7)Versions (7)Used By (0)

tracing-plugin
==============

[](#tracing-plugin)

opentracing jaeger

链路追踪插件，提供链路追踪功能，结合jaegerUI或者zipkin提供链路追踪视图

添加相应插件，其中RequestTracingPlugin为追踪请求的主要插件，DBTracingPlugin负责Redis，mysql的链路，HttpClientTracingPlugin负责saber，guzzle的链路， MethodTracingPlugin负责相关方法的链路。MethodTracingPlugin性能损耗最高，酌情使用。

```
class Application extends GoApplication
{
    public function configure()
    {
        $this->addPlug(new RequestTracingPlugin());
        $this->addPlug(new DBTracingPlugin());
        $this->addPlug(new MethodTracingPlugin());
        $this->addPlug(new HttpClientTracingPlugin());
        parent::configure();
    }
}

```

另外通过saber实现的微服务调用也被支持。 [![](https://camo.githubusercontent.com/fa1adebac39087281617da6fa33327da032f51e8f02c30649d77e7388c20ac14/68747470733a2f2f626f782e6b616e636c6f75642e636e2f31613838656139656335383261633839323434323031643262346532313437385f31383333783932372e706e67)](https://camo.githubusercontent.com/fa1adebac39087281617da6fa33327da032f51e8f02c30649d77e7388c20ac14/68747470733a2f2f626f782e6b616e636c6f75642e636e2f31613838656139656335383261633839323434323031643262346532313437385f31383333783932372e706e67)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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 ~1 days

Total

6

Last Release

2529d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5215c2bd3cf9b92c98b26cab75d61770de01c51d7997aeb744f98e8100d4823?d=identicon)[SwooleDistributed](/maintainers/SwooleDistributed)

---

Top Contributors

[![tmtbe](https://avatars.githubusercontent.com/u/5286367?v=4)](https://github.com/tmtbe "tmtbe (4 commits)")[![lphkxd](https://avatars.githubusercontent.com/u/16346895?v=4)](https://github.com/lphkxd "lphkxd (2 commits)")[![anythink-wx](https://avatars.githubusercontent.com/u/3948755?v=4)](https://github.com/anythink-wx "anythink-wx (1 commits)")

---

Tags

serverswoole

### Embed Badge

![Health badge](/badges/esd-tracing-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/esd-tracing-plugin/health.svg)](https://phpackages.com/packages/esd-tracing-plugin)
```

PHPackages © 2026

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