PHPackages                             beta/bx.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.otel

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

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

1.1.2(1y ago)0011PHPPHP &gt;=8.1

Since Apr 18Pushed 1y ago3 watchersCompare

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

READMEChangelogDependencies (2)Versions (6)Used By (1)

OpenTelemetry модуль для использования Bitrix
=============================================

[](#opentelemetry-модуль-для-использования-bitrix)

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

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

**Примеры добавления OTEL события и спана**

```
use Bitrix\Main\Context;
use Bitrix\Main\Event;
use Bx\Otel\Event\EventHelper;

$request = Context::getCurrent()->getRequest();

// Регистрация новой области (span) через вспомогательный класс
EventHelper::newSpan(
    $request,
    'IncludedSpanName',
    [
        'task_id' => $taskId,
    ]
);

// Регистрация новой области (span) через событие bitrix
new Event('bx.otel', 'new_span', [
    $request,
    'IncludedSpanName',
    [
        'task_id' => $taskId,
    ]
]);

// Регистрация нового события текущей области (span) через вспомогательный класс
EventHelper::newSpanEvent(
    $request,
    'EventName',
    [
        'task_id' => $taskId,
    ]
);

// Регистрация нового события текущей области (span) через событие bitrix
new Event('bx.otel', 'new_span_event', [
    $request,
    'EventName',
    [
        'task_id' => $taskId,
    ]
]);
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance49

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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 ~22 days

Total

4

Last Release

372d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[spatie/menu

Html menu generator

7683.0M12](/packages/spatie-menu)[spatie/laravel-navigation

Manage menus, breadcrumbs, and other navigational elements in Laravel apps

5831.2M16](/packages/spatie-laravel-navigation)[spatie/laravel-missing-page-redirector

Redirect missing pages in your Laravel application

5131.5M19](/packages/spatie-laravel-missing-page-redirector)[php-stubs/woocommerce-stubs

WooCommerce function and class declaration stubs for static analysis.

953.5M102](/packages/php-stubs-woocommerce-stubs)[elgentos/shopware-seo-canonical-url

Use parent product canonical URL for SEO

183.4k](/packages/elgentos-shopware-seo-canonical-url)

PHPackages © 2026

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