rivieratravel/opentelemetry-auto-automapper

OpenTelemetry auto-instrumentation for automapper

Installs: 317

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/rivieratravel/opentelemetry-auto-automapper

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

This package is auto-updated.

Last update: 2025-10-07 14:25:32 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