PHPackages                             spatie/laravel-open-telemetry - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. spatie/laravel-open-telemetry

Abandoned → [spatie/laravel-open-telemetry](/?search=spatie%2Flaravel-open-telemetry)ArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

spatie/laravel-open-telemetry
=============================

Measure performance across jobs and services

0.0.11(1y ago)182156.3k↓28.5%22MITPHPPHP ^8.1

Since Nov 1Pushed 6mo ago5 watchersCompare

[ Source](https://github.com/spatie/laravel-open-telemetry)[ Packagist](https://packagist.org/packages/spatie/laravel-open-telemetry)[ Docs](https://github.com/spatie/laravel-open-telemetry)[ RSS](/packages/spatie-laravel-open-telemetry/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (19)Versions (14)Used By (0)

 [   ![Logo for laravel-open-telemetry](https://camo.githubusercontent.com/4e7397911bf07ec58da3c145e4c3f0a44f24c65ac0f3862f5e8adda452304193/68747470733a2f2f7370617469652e62652f7061636b616765732f6865616465722f6c61726176656c2d6f70656e2d74656c656d657472792f68746d6c2f6c696768742e77656270)  ](https://spatie.be/open-source?utm_source=github&utm_medium=banner&utm_campaign=laravel-open-telemetry)Use Open Telemetry in your Laravel app
======================================

[](#use-open-telemetry-in-your-laravel-app)

[![Latest Version on Packagist](https://camo.githubusercontent.com/98de5ff4dae9c016bbb4e10ac3c3b4943eb7bdd7ebca481608032a6a67b4c32e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7370617469652f6c61726176656c2d6f70656e2d74656c656d657472792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/laravel-open-telemetry)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5e84502d56e44b13c508f5ec3c20c4877619334bc65d587ec2b4791387245d45/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7370617469652f6c61726176656c2d6f70656e2d74656c656d657472792f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d5465737473267374796c653d666c61742d737175617265)](https://github.com/spatie/laravel-open-telemetry/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6cbad8fed806340907badd42ac1f25b1d9b964cce5abb59772ecff3fd5169a32/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7370617469652f6c61726176656c2d6f70656e2d74656c656d657472792f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d436f64652532305374796c65267374796c653d666c61742d737175617265)](https://github.com/spatie/laravel-open-telemetry/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f9b1085a7276fdd6ec5af8c709f9c64d811a27abb9558372e13693123e31c6d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7370617469652f6c61726176656c2d6f70656e2d74656c656d657472792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spatie/laravel-open-telemetry)

**THIS PACKAGE IS IN DEVELOPMENT, DON'T USE IT IN PRODUCTION (YET)**

Measuring performance and tracking bugs is typically done inside a single web request or job. But what if you want to see the performance or flow of a web request together with all the jobs it dispatched?

Open Telemetry, or OTel for short, is a collection of tools, APIs and SDKs to collect information on how an entire system is behaving. A "system" can be a single application, or a group of applications (or queued jobs) that are working together.

Using the laravel-open-telemetry package you can easily measure performance of a Laravel powered system. It can transmit the results to a tracing tool like [Jaeger](https://www.jaegertracing.io) or [Aspecto](https://www.aspecto.io).

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/769d68eccf0ebab5ee6520927702d3778493836eaa756cd56917d01bd86c9809/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d6f70656e2d74656c656d657472792e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-open-telemetry)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Documentation
-------------

[](#documentation)

All documentation is available [on our documentation site](https://spatie.be/docs/laravel-open-telemetry).

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Freek Van der Herten](https://github.com/freekmurze)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance54

Moderate activity, may be stable

Popularity51

Moderate usage in the ecosystem

Community24

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.9% 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 ~84 days

Recently: every ~175 days

Total

11

Last Release

543d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7535935?v=4)[Spatie](/maintainers/spatie)[@spatie](https://github.com/spatie)

---

Top Contributors

[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (142 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (21 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (14 commits)")[![AlexVanderbist](https://avatars.githubusercontent.com/u/6287961?v=4)](https://github.com/AlexVanderbist "AlexVanderbist (10 commits)")[![090809](https://avatars.githubusercontent.com/u/2166259?v=4)](https://github.com/090809 "090809 (5 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (4 commits)")[![jimirobaer](https://avatars.githubusercontent.com/u/8984769?v=4)](https://github.com/jimirobaer "jimirobaer (3 commits)")[![neemspees](https://avatars.githubusercontent.com/u/66001727?v=4)](https://github.com/neemspees "neemspees (2 commits)")[![Nielsvanpach](https://avatars.githubusercontent.com/u/10651054?v=4)](https://github.com/Nielsvanpach "Nielsvanpach (2 commits)")[![mmachatschek](https://avatars.githubusercontent.com/u/10237069?v=4)](https://github.com/mmachatschek "mmachatschek (1 commits)")[![erikn69](https://avatars.githubusercontent.com/u/4933954?v=4)](https://github.com/erikn69 "erikn69 (1 commits)")[![SimonJnsson](https://avatars.githubusercontent.com/u/11147193?v=4)](https://github.com/SimonJnsson "SimonJnsson (1 commits)")[![PixellUp](https://avatars.githubusercontent.com/u/4704339?v=4)](https://github.com/PixellUp "PixellUp (1 commits)")[![SardorAlif](https://avatars.githubusercontent.com/u/152947432?v=4)](https://github.com/SardorAlif "SardorAlif (1 commits)")[![MilesChou](https://avatars.githubusercontent.com/u/1258752?v=4)](https://github.com/MilesChou "MilesChou (1 commits)")

---

Tags

spatielaravellaravel-open-telemetry

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/spatie-laravel-open-telemetry/health.svg)

```
[![Health](https://phpackages.com/badges/spatie-laravel-open-telemetry/health.svg)](https://phpackages.com/packages/spatie-laravel-open-telemetry)
```

###  Alternatives

[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

173666.7k1](/packages/keepsuit-laravel-opentelemetry)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M188](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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