rivieratravel/opentelemetry-auto-automapper

OpenTelemetry auto-instrumentation for automapper

dev-main 2024-06-07 10:51 UTC

This package is auto-updated.

Last update: 2024-11-07 12:15:56 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:

  • AutoMapperInterface::map

Configuration

The extension can be disabled via runtime configuration:

OTEL_PHP_DISABLED_INSTRUMENTATIONS=automapper