sagacorp/opentelemetry-auto-symfony-process

OpenTelemetry auto-instrumentation for Symfony Process component

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/sagacorp/opentelemetry-auto-symfony-process

1.0.0 2025-12-04 11:33 UTC

This package is auto-updated.

Last update: 2025-12-04 11:54:42 UTC


README

Releases Issues Source Mirror Latest Version Stable

This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.

OpenTelemetry Symfony Process auto-instrumentation

This is an OpenTelemetry auto-instrumentation package for Symfony Process component.

Please read https://opentelemetry.io/docs/instrumentation/php/automatic/ for instructions on how to install and configure the extension and SDK.

Requirements

Overview

The following features are supported:

  • root span creation (Symfony\Component\HttpKernel\HttpKernel::handle hook)
  • context propagation
  • HttpClient client span creation
  • HTTPClient context propagation
  • Message Bus span creation
  • Message Transport span creation

Installation via composer

$ composer require sagacorp/opentelemetry-auto-symfony-process

Installing dependencies and executing tests

From Symfony subdirectory:

$ composer install
$ ./vendor/bin/phpunit tests

Configuration

The extension can be disabled via runtime configuration:

OTEL_PHP_DISABLED_INSTRUMENTATIONS=symfony_process