PHPackages                             beta/bx.router.otel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. beta/bx.router.otel

ActiveBitrix-module[Utility &amp; Helpers](/categories/utility)

beta/bx.router.otel
===================

1.1.1(1y ago)00PHPPHP &gt;=8.1

Since Apr 18Pushed 1y ago3 watchersCompare

[ Source](https://github.com/beta-eto-code/bx.router.otel)[ Packagist](https://packagist.org/packages/beta/bx.router.otel)[ RSS](/packages/beta-bxrouterotel/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

OpenTelemetry модуль для использования Bitrix проектах с REST API
=================================================================

[](#opentelemetry-модуль-для-использования-bitrix-проектах-с-rest-api)

**Установка**

```
composer require beta/bx.router.otel
```

**Пример описания HTTP контроллера: REST API приложения с интеграцией OpenTelemetry**

```
use Psr\Http\Message\ServerRequestInterface;

public function handle(ServerRequestInterface $request) {
    ...
    $taskId   = $request->getAttribute('task_id');

    \Bx\Router\Otel\Event\EventHelper::newSpanEvent($request, 'EventName', [
        'task_id' => $taskId,
    ]);

    \Bx\Router\Otel\Event\EventHelper::newSpanEvent($request, 'IncludedSpanName', [
        'task_id' => $taskId,
    ]);

    new \Bitrix\Main\Event('bx.router.otel', 'new_span', [
        $request,
        'IncludedSpanName',
        [
            'task_id' => $taskId,
        ]
    ]);

    new \Bitrix\Main\Event('bx.router.otel', 'new_span_event', [
        $request,
        'EventName',
        [
            'task_id' => $taskId,
        ]
    ]);
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance44

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.5% 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 ~0 days

Total

3

Last Release

439d ago

### Community

Maintainers

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

---

Top Contributors

[![kirill-karpin](https://avatars.githubusercontent.com/u/1921358?v=4)](https://github.com/kirill-karpin "kirill-karpin (6 commits)")[![alex19pov31](https://avatars.githubusercontent.com/u/786683?v=4)](https://github.com/alex19pov31 "alex19pov31 (5 commits)")

### Embed Badge

![Health badge](/badges/beta-bxrouterotel/health.svg)

```
[![Health](https://phpackages.com/badges/beta-bxrouterotel/health.svg)](https://phpackages.com/packages/beta-bxrouterotel)
```

###  Alternatives

[ether/tags

A tag manager for Craft 3

21201.7k1](/packages/ether-tags)[matriphe/larinfo

Display system information (IP address, OS, versions) for Laravel.

4642.0k3](/packages/matriphe-larinfo)

PHPackages © 2026

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