r3h6/opentelemetry-auto-typo3

Opentelemetry for TYPO3

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

0.1.0 2025-01-31 21:42 UTC

This package is auto-updated.

Last update: 2025-01-31 21:47:28 UTC


README

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

Overview

Auto-instrumentation hooks are registered via composer, and spans will automatically be created for selected method on:

  • Psr\Http\Server\MiddlewareInterface
  • TYPO3\CMS\Core\Cache\Frontend\FrontendInterface
  • TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer
  • TYPO3\CMS\Core\Core\ApplicationInterface
  • TYPO3\CMS\Core\DataHandling\DataHandler

Additionaly a OTEL log writer is added to every configured log.

Configuration

The extension can be disabled via runtime configuration:

OTEL_PHP_DISABLED_INSTRUMENTATIONS=typo3

Additional

Events: open-telemetry/opentelemetry-auto-psr14

Database: r3h6/opentelemetry-auto-doctrine-dbal