rivieratravel/opentelemetry-auto-liip-imagine

OpenTelemetry auto-instrumentation for LiipImagineBundle

dev-main 2024-11-07 13:48 UTC

This package is auto-updated.

Last update: 2024-11-07 13:54:57 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 the following functions:

  • WarmupCacheHandler::__invoke
  • FilterService::warmUpCache
  • LoaderInterface::load

Configuration

The extension can be disabled via runtime configuration:

OTEL_PHP_DISABLED_INSTRUMENTATIONS=LiipImagineBundle